Condividi tramite


Proprietà Report.IsDrillthroughReport

Indica se il rapporto è di tipo drill-through.

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimenti

Report Classe

Spazio dei nomi Microsoft.Reporting.WinForms