Compartir a través de


ScaleLabelsInstance.ShowEndLabels Propiedad

Gets the calculated value of the ShowEndLabels property in a ScaleLabels class.

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

Sintaxis

'Declaración
Public ReadOnly Property ShowEndLabels As Boolean 
    Get
'Uso
Dim instance As ScaleLabelsInstance 
Dim value As Boolean 

value = instance.ShowEndLabels
public bool ShowEndLabels { get; }
public:
property bool ShowEndLabels {
    bool get ();
}
member ShowEndLabels : bool
function get ShowEndLabels () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that represents the calculated value of the ShowEndLabels property.

Vea también

Referencia

ScaleLabelsInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering