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
Public Property DocumentMapWidth As Integer
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Integer
value = instance.DocumentMapWidth
instance.DocumentMapWidth = value
public int DocumentMapWidth { get; set; }
public:
property int DocumentMapWidth {
int get ();
void set (int value);
}
member DocumentMapWidth : int with get, set
function get DocumentMapWidth () : int
function set DocumentMapWidth (value : int)
Valore proprietà
Tipo: System.Int32
Valore integer contenente la larghezza della mappa documento in pixel. Il valore predefinito è 40.