Partager via


Propriété ReportViewer.IsDocumentMapWidthFixed

 

Publication: mars 2016

Indique si la taille du volet du plan du document est fixe ou change en cas de redimensionnement.

Espace de noms:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

public bool IsDocumentMapWidthFixed { get; set; }
public:
property bool IsDocumentMapWidthFixed {
    bool get();
    void set(bool value);
}
member IsDocumentMapWidthFixed : bool with get, set
Public Property IsDocumentMapWidthFixed As Boolean

Valeur de propriété

Type: System.Boolean

Valeur Boolean qui indique si la taille du volet du plan du document est fixe.La valeur par défaut est true.

Voir aussi

ReportViewer, classe
Microsoft.Reporting.WinForms, espace de noms

Retour au début