Sdílet prostřednictvím


MapLineTemplateInstance.Width Property

Gets the calculated value of the Width property in a MapLineTemplate class.

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

Syntax

'Declaration
Public ReadOnly Property Width As ReportSize
    Get
'Usage
Dim instance As MapLineTemplateInstance
Dim value As ReportSize

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the ReportSize() property.