Tuesday, March 27, 2012
Exporting Groups to Excel
it generates a separate sheet (tab) for each page. Is there a way to get it
to export into one sheet, with page breaks in the correct locations?
--
-MTThere appears to be no way around this if <PageBreakAtEnd> is true when
exporting to Excel. When a report is exported to Excel, each page in the
report becomes a worksheet (and you can't name the worksheets either).
--
Adrian M.
MCP
"MT" <MT@.discussions.microsoft.com> wrote in message
news:7552EDA9-F6F9-4008-B902-8A8FA5FFC1C6@.microsoft.com...
>I have a group set up woth page breaks at the end. When I export it to
>Excel
> it generates a separate sheet (tab) for each page. Is there a way to get
> it
> to export into one sheet, with page breaks in the correct locations?
> --
> -MTsql
Sunday, February 26, 2012
Export to Excel -multiple sheets
Hi,
I am using .rdlc report in ASP.NET 2.0.
My report consists of 10 subreport and 1 main report. I want to export each subreport in separate sheets like Shee1 is Subreport1 and Sheet2 is Subreport2 etc... How can i do this.
Thanks.
The Excel renderer creates new worksheet tabs for each page in your report. To get a new page for each Subreport, put each of them inside a Rectangle and set PageBreakAtStart on the Rectangle to True.
-Chris
|||I haven't been able to get the sub reports to show when exported to excel. Is there a trick to this?
Dwayne
|||This works for me. However, what does not work, is using a subreport in a cell of a table and export that to Excel.
Regards, Jeroen
Export to Excel -multiple sheets
Hi,
I am using .rdlc report in ASP.NET 2.0.
My report consists of 10 subreport and 1 main report. I want to export each subreport in separate sheets like Shee1 is Subreport1 and Sheet2 is Subreport2 etc... How can i do this.
Thanks.
The Excel renderer creates new worksheet tabs for each page in your report. To get a new page for each Subreport, put each of them inside a Rectangle and set PageBreakAtStart on the Rectangle to True.
-Chris
|||I haven't been able to get the sub reports to show when exported to excel. Is there a trick to this?
Dwayne
|||This works for me. However, what does not work, is using a subreport in a cell of a table and export that to Excel.
Regards, Jeroen
|||Hi, related to Jeroen's Question..."This works for me. However, what does not work, is using a subreport in a cell of a table and export that to Excel."
As a solution for this problem, we can have a rectangle within the table and place the subreport inside it, it allows to export. There is again few limitaions further but at least we can export the data of the subreport. Hope this helps.
Export to Excel -multiple sheets
Hi,
I am using .rdlc report in ASP.NET 2.0.
My report consists of 10 subreport and 1 main report. I want to export each subreport in separate sheets like Shee1 is Subreport1 and Sheet2 is Subreport2 etc... How can i do this.
Thanks.
The Excel renderer creates new worksheet tabs for each page in your report. To get a new page for each Subreport, put each of them inside a Rectangle and set PageBreakAtStart on the Rectangle to True.
-Chris
|||I haven't been able to get the sub reports to show when exported to excel. Is there a trick to this?
Dwayne
|||This works for me. However, what does not work, is using a subreport in a cell of a table and export that to Excel.
Regards, Jeroen