Свойство DockOutsideChartArea

Indicates the title should be docked outside the chart area rather than inside the chart area.

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

Синтаксис

'Декларация
Public Property DockOutsideChartArea As ReportExpression(Of Boolean)
    Get
    Set
'Применение
Dim instance As ChartLegend
Dim value As ReportExpression(Of Boolean)

value = instance.DockOutsideChartArea

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

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

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