Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the labels should be offset.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property OffsetLabels As ReportExpression(Of Boolean)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.