Compartilhar via


Propriedade do RDL ScaleLabelsInstance.ShowEndLabels

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ScaleLabelsInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering