Udostępnij za pośrednictwem


Właściwość ScaleRange.EndWidth

Pobiera wyrażenie szerokość zakres na początku, jako procent wielkości skali.

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

Składnia

'Deklaracja
Public ReadOnly Property EndWidth As ReportDoubleProperty
    Get
'Użycie
Dim instance As ScaleRange
Dim value As ReportDoubleProperty

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