Propriété ReportViewerStatus.CanChangeZoom
Obtient une valeur Boolean qui indique si le contenu actuellement affiché est affecté par une modification de la valeur de zoom.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CanChangeZoom As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true si le contenu actuellement affiché est affecté par une modification de la valeur de zoom ; sinon, false.