次の方法で共有


ChartSmartLabel.AllowOutSidePlotArea プロパティ

データ ポイント ラベルをプロット エリアの外側に描画できるかどうかを指定します。

名前空間:  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>
ReportExpression<T> オブジェクト。

関連項目

参照

ChartSmartLabel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間