AllowOutSidePlotArea 속성
Indicates whether data point labels can be drawn outside of the plot area.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property AllowOutSidePlotArea As ReportExpression(Of ChartAllowOutSidePlotAreaTypes)
Get
Set
‘사용 방법
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of ChartAllowOutSidePlotAreaTypes)
value = instance.AllowOutSidePlotArea
instance.AllowOutSidePlotArea = value
public ReportExpression<ChartAllowOutSidePlotAreaTypes> AllowOutSidePlotArea { get; set; }
public:
property ReportExpression<ChartAllowOutSidePlotAreaTypes> AllowOutSidePlotArea {
ReportExpression<ChartAllowOutSidePlotAreaTypes> get ();
void set (ReportExpression<ChartAllowOutSidePlotAreaTypes> value);
}
member AllowOutSidePlotArea : ReportExpression<ChartAllowOutSidePlotAreaTypes> with get, set
function get AllowOutSidePlotArea () : ReportExpression<ChartAllowOutSidePlotAreaTypes>
function set AllowOutSidePlotArea (value : ReportExpression<ChartAllowOutSidePlotAreaTypes>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartAllowOutSidePlotAreaTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.