[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Excel.Section.XlsExport.MultiSheet

MultiSheet Property

MultiSheet

Sets or returns whether each page is to be exported to it's own sheet or not. True indicates that each page in the ActiveReport Document will be exported to a separate sheet.

Declaration
public bool MultiSheet { get; set; }
Remarks

Setting this value to true can often increase performance and output quality at the cost of memory consumption up to a certain number of pages. The more complex the pages, and the more deviation between the page's layouts in a single document will lower the number of pages that should be exported to a single sheet. As mentioned, the complicity and deviation of layout between the pages drastically effects this number, but a guess would be greater than 30 pages would be suitable for MultiSheet=false.