Condividi tramite


Proprietà ScaleLabels.ShowEndLabels

Gets an expression that evaluates to a value that indicates whether the labels at the ends of the scale should be shown.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ShowEndLabels As ReportBoolProperty 
    Get
'Utilizzo
Dim instance As ScaleLabels 
Dim value As ReportBoolProperty 

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

Valore proprietà

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

Vedere anche

Riferimento

ScaleLabels Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering