ReportViewerStatus.CanPrint Property
Gets a Boolean value that indicates whether you can start printing the report 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 CanPrint { get; }
public:
property bool CanPrint {
bool get();
}
member CanPrint : bool with get
Public ReadOnly Property CanPrint As Boolean
Property Value
Type: System.Boolean
true if you can start printing the report without canceling an existing report processing or interactive rendering operation; otherwise, false.
See Also
ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace
Return to top