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.