Proprietà ReportViewer.DocumentMapWidth

Ottiene o imposta la larghezza della mappa documento.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property DocumentMapWidth As Unit
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Web.UI.WebControls.Unit
Oggetto Unit che rappresenta la larghezza della mappa documento. Per impostazione predefinita, viene restituito un oggetto Unit che rappresenta il 25% della larghezza di ReportViewer.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms