Partager via


Propriété ReportViewerStatus.CanExport

Obtient une valeur Boolean qui indique si le rapport peut être exporté 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 CanExport As Boolean
    Get
'Utilisation
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.CanExport
public bool CanExport { get; }
public:
property bool CanExport {
    bool get ();
}
member CanExport : bool
function get CanExport () : boolean

Valeur de propriété

Type : System.Boolean
true si le rapport peut être exporté sans annuler une opération existante de traitement de rapport ou une opération interactive de rendu ; sinon, false.

Voir aussi

Référence

ReportViewerStatus Classe

Espace de noms Microsoft.Reporting.WinForms