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.
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.