ReportViewerStatus.CanExport Property
Gets a Boolean value that indicates whether the report can be exported without canceling an existing report processing or interactive rendering operation.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property CanExport As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanExport
public bool CanExport { get; }
public:
property bool CanExport {
bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_CanExport ()
DebuggerStepThroughAttribute
public function get CanExport () : boolean
Property Value
true if the report can be exported without canceling an existing report processing or interactive rendering operation; otherwise, false.
See Also
Reference
ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace