共用方式為


ChartSmartLabel.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<ChartAllowOutSidePlotAreaTypes>
A ReportExpression<T> object.

請參閱

參考

ChartSmartLabel 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間