次の方法で共有


Chart.SpecialBorderHandling プロパティ

グラフのレポート アイテムが、罫線の設定をオーバーライドする特殊なスキンを使用するかどうかを示します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property SpecialBorderHandling As Boolean 
    Get
'使用
Dim instance As Chart 
Dim value As Boolean 

value = instance.SpecialBorderHandling
public bool SpecialBorderHandling { get; }
public:
property bool SpecialBorderHandling {
    bool get ();
}
member SpecialBorderHandling : bool
function get SpecialBorderHandling () : boolean

プロパティ値

型: System.Boolean
Boolean 値。

関連項目

参照

Chart クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間