Udostępnij przez


Właściwość MapLineTemplate.Width

Pobiera szerokość linii mapy, do których zastosowano szablon wiersza.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Width As ReportSizeProperty
    Get
'Użycie
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