Propriété Report.IsDrillthroughReport
Indique si le rapport est un rapport d'extraction.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.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.