Propriété ReportViewer.IsDocumentMapWidthFixed
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 (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property IsDocumentMapWidthFixed As Boolean
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.IsDocumentMapWidthFixed
instance.IsDocumentMapWidthFixed = value
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 : System.Boolean
Valeur Boolean qui indique si la taille du volet du plan du document est fixe. La valeur par défaut est true.