Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 24, 2012 07:08 AM by ramiramilu
Member
272 Points
95 Posts
Apr 02, 2012 09:38 AM|LINK
I have a .rdlc file. After loading the data to Local Report, i want to put complete report inside a node in an xml file.
Any approach to accomplish this. some example will be great help !!
Thanks,
Abhi
Star
7625 Points
1454 Posts
Apr 02, 2012 09:43 AM|LINK
what do you mena by "complete report inside a node in an xml file"?
reprot can't be merged into XML file. You can generate RDLC report into PDF & Excel.
Apr 02, 2012 09:45 AM|LINK
i can have this report in pdf, now i want to put this pdf content in my output xml node . Actully i want to return this report as xml output.
May 24, 2012 05:47 AM|LINK
i would suggest that you should export your stored procedure out put in to XML file. or you can return XML output from stored proc
to retun xml from SP, please check here
http://blog.sqlauthority.com/2009/02/12/sql-server-simple-example-of-creating-xml-file-using-t-sql/
8976 Points
1659 Posts
May 24, 2012 06:10 AM|LINK
These Links Will help you!
Good luck`
May 24, 2012 06:42 AM|LINK
hi mahadtech,
you are little bit offtrack, all above link specify that import xml file and generate the Report.
But abhijeet wants to export report content to XML, as we simple export report to EXCEL/PDF/WORD.
All-Star
95503 Points
14106 Posts
May 24, 2012 07:08 AM|LINK
I think you want to convert report viewer control data to XML - http://stackoverflow.com/questions/804684/convert-reportviewer-data-to-xml
thanks,
abhijeetmish...
Member
272 Points
95 Posts
Render Local report to xml
Apr 02, 2012 09:38 AM|LINK
I have a .rdlc file. After loading the data to Local Report, i want to put complete report inside a node in an xml file.
Any approach to accomplish this. some example will be great help !!
Thanks,
Abhi
santosh.jagd...
Star
7625 Points
1454 Posts
Re: Render Local report to xml
Apr 02, 2012 09:43 AM|LINK
what do you mena by "complete report inside a node in an xml file"?
reprot can't be merged into XML file. You can generate RDLC report into PDF & Excel.
MCP
abhijeetmish...
Member
272 Points
95 Posts
Re: Render Local report to xml
Apr 02, 2012 09:45 AM|LINK
i can have this report in pdf, now i want to put this pdf content in my output xml node . Actully i want to return this report as xml output.
santosh.jagd...
Star
7625 Points
1454 Posts
Re: Render Local report to xml
May 24, 2012 05:47 AM|LINK
i would suggest that you should export your stored procedure out put in to XML file. or you can return XML output from stored proc
to retun xml from SP, please check here
http://blog.sqlauthority.com/2009/02/12/sql-server-simple-example-of-creating-xml-file-using-t-sql/
MCP
MahadTECH
Star
8976 Points
1659 Posts
Re: Render Local report to xml
May 24, 2012 06:10 AM|LINK
These Links Will help you!
Good luck`
Mahad Bin Mukhtar
Remember to Mark the replies as Answers
The easiest day was 'yesterday'.
MCP, MCSD
For .NET TECH Blog
santosh.jagd...
Star
7625 Points
1454 Posts
Re: Render Local report to xml
May 24, 2012 06:42 AM|LINK
hi mahadtech,
you are little bit offtrack, all above link specify that import xml file and generate the Report.
But abhijeet wants to export report content to XML, as we simple export report to EXCEL/PDF/WORD.
MCP
ramiramilu
All-Star
95503 Points
14106 Posts
Re: Render Local report to xml
May 24, 2012 07:08 AM|LINK
I think you want to convert report viewer control data to XML - http://stackoverflow.com/questions/804684/convert-reportviewer-data-to-xml
thanks,
JumpStart