Partager via


ReportViewer.IsDocumentMapWidthFixed, propriété

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

'Déclaration
Public Property IsDocumentMapWidthFixed As Boolean
public bool IsDocumentMapWidthFixed { get; set; }
public:
property bool IsDocumentMapWidthFixed {
    bool get ();
    void set (bool value);
}
member IsDocumentMapWidthFixed : bool with get, set
function get IsDocumentMapWidthFixed () : boolean
function set IsDocumentMapWidthFixed (value : boolean)

Valeur de propriété

Type : 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

Référence

ReportViewer Classe

Microsoft.Reporting.WinForms, espace de noms