Compartir a través de


EndWidth Propiedad

Width of the range at the start, as a percentage of the size of the scale.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property EndWidth As ReportDoubleProperty
    Get
'Uso
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