ReportViewerStatus.CanChangeZoom Property
Gets a Boolean value that indicates whether the currently displayed content will be affected by a zoom change.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property CanChangeZoom As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanChangeZoom
public bool CanChangeZoom { get; }
public:
property bool CanChangeZoom {
bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_CanChangeZoom ()
DebuggerStepThroughAttribute
public function get CanChangeZoom () : boolean
Property Value
true if the currently displayed content will be affected by a zoom change; otherwise, false.
See Also
Reference
ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace