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