ChartLegend.DockOutsideChartArea Property
Indicates the title should be docked outside the chart area rather than inside the chart area.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DockOutsideChartArea As ReportExpression(Of Boolean)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.