Report.IsDrillthroughReport Property

 

Indicates whether the report is a drillthrough report.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

[BrowsableAttribute(false)]
public bool IsDrillthroughReport { get; }
public:
[BrowsableAttribute(false)]
property bool IsDrillthroughReport {
    bool get();
}
[<BrowsableAttribute(false)>]
member IsDrillthroughReport : bool with get
<BrowsableAttribute(False)>
Public ReadOnly Property IsDrillthroughReport As Boolean

Property Value

Type: System.Boolean

A Boolean value. A value of true indicates that this is a drillthrough report.

See Also

Report Class
Microsoft.Reporting.WinForms Namespace

Return to top