Udostępnij przez


Właściwość ScaleLabels.ShowEndLabels

Pobiera wyrażenie definiującego wartość wskazująca, czy powinny być wyświetlane etykiety na końcu skali.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ShowEndLabels As ReportBoolProperty
    Get
'Użycie
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