ComponentOne Reports for WPF
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 C1ReportHtmlExporter.Paged are true, C1ReportHtmlExporter.Paged takes precedence.

    Syntax
    'Declaration
     
    Public Property DrillDown As Boolean
    public bool DrillDown {get; set;}
    See Also