Delen via


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

'Declaration
Public ReadOnly Property CanPrint As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.CanPrint
public bool CanPrint { get; }
public:
property bool CanPrint {
    bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public boolean get_CanPrint ()
DebuggerStepThroughAttribute 
public function get CanPrint () : boolean

Property Value

true if you can start printing the report without canceling an existing report processing or interactive rendering operation; otherwise, false.

See Also

Reference

ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace