Proprietà ReportViewer.IsDocumentMapWidthFixed

Indica se le dimensioni del pannello della mappa documento sono fisse o cambiano quando il visualizzatore viene ridimensionato.

Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Sintassi

'Dichiarazione
<SRDescriptionAttribute("DocMapWidthFixedDesc")> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(False)> _
Public Property IsDocumentMapWidthFixed As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.IsDocumentMapWidthFixed

instance.IsDocumentMapWidthFixed = value
[SRDescriptionAttribute("DocMapWidthFixedDesc")] 
[CategoryAttribute("Appearance")] 
[DefaultValueAttribute(false)] 
public bool IsDocumentMapWidthFixed { get; set; }
[CategoryAttribute(L"Appearance")] 
[DefaultValueAttribute(false)] 
public:
bool IsDocumentMapWidthFixed {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsDocumentMapWidthFixed ()

/** @property */
public void set_IsDocumentMapWidthFixed (boolean value)
public function get IsDocumentMapWidthFixed () : boolean

public function set IsDocumentMapWidthFixed (value : boolean)

Valore proprietà

Valore booleano che indica se le dimensioni del pannello della mappa documento sono fisse. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms