Propriété ReportViewerStatus.CanPrint
Obtient une valeur Boolean qui indique si vous pouvez commencer à imprimer le rapport sans annuler une opération existante de traitement de rapport ou une opération interactive de rendu.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CanPrint As Boolean
Get
'Utilisation
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanPrint
public bool CanPrint { get; }
public:
property bool CanPrint {
bool get ();
}
member CanPrint : bool
function get CanPrint () : boolean
Valeur de propriété
Type : System.Boolean
true si vous pouvez commencer à imprimer le rapport sans annuler une opération existante de traitement de rapport ou une opération interactive de rendu ; sinon, false.