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.
Offset from the dock location, as a percentage of the chart size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DockOffset As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As ChartTitle
Dim value As ReportExpression(Of Integer)
value = instance.DockOffset
instance.DockOffset = value
public ReportExpression<int> DockOffset { get; set; }
public:
property ReportExpression<int> DockOffset {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member DockOffset : ReportExpression<int> with get, set
function get DockOffset () : ReportExpression<int>
function set DockOffset (value : ReportExpression<int>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.