ReportViewerStatus.CanChangeZoom プロパティ
現在表示されているコンテンツがズームの変更の影響を受けるかどうかを示すブール値を取得します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public ReadOnly Property CanChangeZoom As Boolean
Get
'使用
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanChangeZoom
public bool CanChangeZoom { get; }
public:
property bool CanChangeZoom {
bool get ();
}
member CanChangeZoom : bool
function get CanChangeZoom () : boolean
プロパティ値
型: System.Boolean
現在表示されているコンテンツがズームの変更の影響を受ける場合は true、それ以外の場合は false。