ScaleLabels.ShowEndLabels Property
Gets an expression that evaluates to a value that indicates whether the labels at the ends of the scale should be shown.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ShowEndLabels As ReportBoolProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.