既存のレポート処理操作または対話型の表示操作をキャンセルせずに、レポートの印刷を開始できるかどうかを示すブール値を取得します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public ReadOnly Property CanPrint As Boolean
Get
'使用
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanPrint
public bool CanPrint { get; }
public:
property bool CanPrint {
bool get ();
}
member CanPrint : bool
function get CanPrint () : boolean
プロパティ値
型: System.Boolean
既存のレポート処理操作または対話型の表示操作をキャンセルせずに、レポートの印刷を開始できる場合は true、それ以外の場合は false。