Udostępnij przez


Właściwość ChartAxis.OffsetLabels

Pobiera wartość wskazująca, czy należy kompensować etykiety.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property OffsetLabels As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As ChartAxis
Dim value As ReportExpression(Of Boolean)

value = instance.OffsetLabels

instance.OffsetLabels = value
public ReportExpression<bool> OffsetLabels { get; set; }
public:
property ReportExpression<bool> OffsetLabels {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member OffsetLabels : ReportExpression<bool> with get, set
function get OffsetLabels () : ReportExpression<boolean>
function set OffsetLabels (value : ReportExpression<boolean>)

Wartość właściwości

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] obiektu.