Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Recupera 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)> _
<SRDescriptionAttribute("DocMapWidthDesc")> _
<DefaultValueAttribute(GetType(Unit), "25%")> _
<CategoryAttribute("Appearance")> _
Public Property DocumentMapWidth As Unit
'Utilizzo
Dim instance As ReportViewer
Dim value As Unit
value = instance.DocumentMapWidth
instance.DocumentMapWidth = value
[WebBrowsableAttribute(true)]
[SRDescriptionAttribute("DocMapWidthDesc")]
[DefaultValueAttribute(typeof(Unit), "25%")]
[CategoryAttribute("Appearance")]
public Unit DocumentMapWidth { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Unit), L"25%")]
[CategoryAttribute(L"Appearance")]
public:
Unit DocumentMapWidth {
Unit get ();
void set (Unit value);
}
/** @property */
public Unit get_DocumentMapWidth ()
/** @property */
public void set_DocumentMapWidth (Unit value)
public function get DocumentMapWidth () : Unit
public function set DocumentMapWidth (value : Unit)
Valore proprietà
Valore Unit contenente la larghezza della mappa documento in pixel. Il valore predefinito è 40.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms