Partager via


Propriété Report.IsDrillthroughReport

Indique si le rapport est un rapport d'extraction.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsDrillthroughReport As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
Valeur Boolean. La valeur True (Vrai) indique qu'il s'agit d'un rapport d'extraction.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.Reporting.WinForms