Proprietà Report.IsDrillthroughReport

Indica se il rapporto è di tipo drill-through.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property IsDrillthroughReport As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
Valore Boolean. Il valore true indica che il rapporto è di tipo drill-through.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.Reporting.WebForms