Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public bool CanExport { get; }
public:
property bool CanExport {
bool get();
}
member CanExport : bool with get
Public ReadOnly Property CanExport As Boolean
Property Value
Type: System.Boolean
true if the report can be exported without canceling an existing report processing or interactive rendering operation; otherwise, false.
See Also
ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace
Return to top