Udostępnij za pośrednictwem


Właściwość Report.IsDrillthroughReport —

Indicates whether the report is a drillthrough report.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<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

Wartość właściwości

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

Zobacz też

Informacje

Report Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms