ReportViewer.DocumentMapWidth-Eigenschaft
Ruft die Breite der Dokumentstruktur ab bzw. legt diese fest (in Pixel).
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Property DocumentMapWidth As Integer
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)
Eigenschaftswert
Typ: Int32
Ein integer-Wert, der die Breite der Dokumentstruktur in Pixel enthält.Der Standardwert ist 40.