Compartilhar via


Propriedade do RDL LinearScale.EndMargin

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property EndMargin As ReportExpression(Of Double)
    Get 
    Set
'Uso
Dim instance As LinearScale 
Dim value As ReportExpression(Of Double)

value = instance.EndMargin

instance.EndMargin = value
public ReportExpression<double> EndMargin { get; set; }
public:
property ReportExpression<double> EndMargin {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member EndMargin : ReportExpression<float> with get, set
function get EndMargin () : ReportExpression<double>
function set EndMargin (value : ReportExpression<double>)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Consulte também

Referência

LinearScale Classe

Namespace Microsoft.ReportingServices.RdlObjectModel