Share via


MapLineTemplate.Width Property

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

Property Value

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

See Also

Reference

MapLineTemplate Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace