Partilhar via


Propriedade Report.IsDrillthroughReport

Indicates whether the report is a drillthrough report.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<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

Valor de propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.Reporting.WebForms