Share via


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

public bool CanChangeZoom { get; }
public:
property bool CanChangeZoom {
    bool get();
}
member CanChangeZoom : bool with get
Public ReadOnly Property CanChangeZoom As Boolean

Property Value

Type: System.Boolean

true if the currently displayed content will be affected by a zoom change; otherwise, false.

See Also

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top