Compartir a través de


ScaleRange.EndWidth Propiedad

Gets an expression that evaluates to the 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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Vea también

Referencia

ScaleRange Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering