Paged Property (C1ReportHtmlExporter)
In This Topic
Gets or sets a value indicating whether to create paged HTML (see
C1.C1Report.FileFormatEnum.HTMLPaged).
If both this and DrillDown are true, this property takes precedence.
Syntax
'Declaration
Public Property Paged As Boolean
public bool Paged {get; set;}
See Also