Report.IsDrillthroughReport-Eigenschaft
Gibt an, ob es sich bei dem Bericht um einen Drillthroughbericht handelt.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsDrillthroughReport As Boolean
[BrowsableAttribute(false)]
public bool IsDrillthroughReport { get; }
[BrowsableAttribute(false)]
public:
property bool IsDrillthroughReport {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsDrillthroughReport : bool with get
function get IsDrillthroughReport () : boolean
Eigenschaftswert
Typ: Boolean
Ein Boolean-Wert.Der Wert True gibt an, dass dies ein Drillthroughbericht ist.