Proprietà ReportViewer.DocumentMapWidth

Recupera o imposta la larghezza della mappa documento in pixel.

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

Sintassi

'Dichiarazione
<SRDescriptionAttribute("DocMapWidthDesc")> _
<DefaultValueAttribute(100)> _
<CategoryAttribute("Appearance")> _
Public Property DocumentMapWidth As Integer
'Utilizzo
Dim instance As ReportViewer
Dim value As Integer

value = instance.DocumentMapWidth

instance.DocumentMapWidth = value
[SRDescriptionAttribute("DocMapWidthDesc")] 
[DefaultValueAttribute(100)] 
[CategoryAttribute("Appearance")] 
public int DocumentMapWidth { get; set; }
[DefaultValueAttribute(100)] 
[CategoryAttribute(L"Appearance")] 
public:
int DocumentMapWidth {
    int get ();
    void set (int value);
}
/** @property */
public int get_DocumentMapWidth ()

/** @property */
public void set_DocumentMapWidth (int value)
public function get DocumentMapWidth () : int

public function set DocumentMapWidth (value : int)

Valore proprietà

Valore integer contenente la larghezza della mappa documento in pixel. Il valore predefinito è 40.

Vedere anche

Riferimento

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