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