Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ChartTitle
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.