Compartir a través de


ScaleLabels.ShowEndLabels Propiedad

Indicates the labels at the ends of the scale should be shown.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ShowEndLabels As ReportExpression(Of Boolean)
    Get 
    Set
'Uso
Dim instance As ScaleLabels 
Dim value As ReportExpression(Of Boolean)

value = instance.ShowEndLabels

instance.ShowEndLabels = value
public ReportExpression<bool> ShowEndLabels { get; set; }
public:
property ReportExpression<bool> ShowEndLabels {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member ShowEndLabels : ReportExpression<bool> with get, set
function get ShowEndLabels () : ReportExpression<boolean>
function set ShowEndLabels (value : ReportExpression<boolean>)

Valor de la propiedad

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

Vea también

Referencia

ScaleLabels Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel