Свойство DockOffset

Offset from the dock location, as a percentage of the chart size.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property DockOffset As ReportExpression(Of Integer)
    Get
    Set
'Применение
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>)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.