ReportViewer.DocumentMapWidth-Eigenschaft
Ruft die Breite der Dokumentstruktur ab bzw. legt diese fest.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
Public Property DocumentMapWidth As Unit
Get
Set
'Usage
Dim instance As ReportViewer
Dim value As Unit
value = instance.DocumentMapWidth
instance.DocumentMapWidth = value
[WebBrowsableAttribute(true)]
public Unit DocumentMapWidth { get; set; }
[WebBrowsableAttribute(true)]
public:
property Unit DocumentMapWidth {
Unit get ();
void set (Unit value);
}
[<WebBrowsableAttribute(true)>]
member DocumentMapWidth : Unit with get, set
function get DocumentMapWidth () : Unit
function set DocumentMapWidth (value : Unit)
Eigenschaftswert
Typ: System.Web.UI.WebControls.Unit
Ein Unit-Objekt, das die Dokumentstrukturbreite darstellt. Standardmäßig wird ein Unit-Objekt zurückgegeben, das 25 Prozent der ReportViewer-Breite darstellt.