C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / ExcelExporter Class / SimplePageHeaders Property

In This Topic
SimplePageHeaders Property (ExcelExporter)
In This Topic
Gets or sets a value indicating whether the page header of the report is rendered to the Excel page header. A value of false indicates that the page header is rendered to the first row of the worksheet. The default value is false.
Syntax
'Declaration
 
Public Property SimplePageHeaders As Boolean
 
See Also