Compartir a través de


LinearScale.EndMargin Propiedad

Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge.

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

Sintaxis

'Declaración
Public ReadOnly Property EndMargin As ReportDoubleProperty 
    Get
'Uso
Dim instance As LinearScale 
Dim value As ReportDoubleProperty 

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

Valor de la propiedad

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

Vea también

Referencia

LinearScale Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering