Freigeben über


MapLineTemplate.Width-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Width As ReportSizeProperty 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

Siehe auch

Verweis

MapLineTemplate Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace