Report.IsDrillthroughReport, propriété
Indique si le rapport est un rapport d'extraction.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
<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
Valeur de propriété
Type : Boolean
Valeur Boolean.La valeur True (Vrai) indique qu'il s'agit d'un rapport d'extraction.