ReportViewer.DocumentMapWidth (Propiedad)
Obtiene o establece el ancho del mapa del documento.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<WebBrowsableAttribute(True)> _
Public Property DocumentMapWidth As Unit
[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)
Valor de propiedad
Tipo: Unit
Objeto Unit que representa el ancho del mapa del documento.De forma predeterminada, se devuelve un objeto Unit que representa el 25 por ciento del ancho de ReportViewer.