Compartir a través de


Width Propiedad

Gets the width of the map lines to which the line template is applied.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Width As ReportSizeProperty
    Get
'Uso
Dim instance As MapLineTemplate
Dim value As ReportSizeProperty

value = instance.Width
public ReportSizeProperty Width { get; }
public:
property ReportSizeProperty^ Width {
    ReportSizeProperty^ get ();
}
member Width : ReportSizeProperty
function get Width () : ReportSizeProperty