Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportHtmlExporter Class / DrillDown Property

In This Topic
    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