Właściwość ScaleLabels.ShowEndLabels
Wskazuje, powinny być wyświetlane etykiety na końcu skali.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ShowEndLabels As ReportExpression(Of Boolean)
Get
Set
'Użycie
Dim instance As ScaleLabels
Dim value As ReportExpression(Of Boolean)
value = instance.ShowEndLabels
instance.ShowEndLabels = value
public ReportExpression<bool> ShowEndLabels { get; set; }
public:
property ReportExpression<bool> ShowEndLabels {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ShowEndLabels : ReportExpression<bool> with get, set
function get ShowEndLabels () : ReportExpression<boolean>
function set ShowEndLabels (value : ReportExpression<boolean>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> obiektu.