次の方法で共有


StyleBase.RightBorder プロパティ

右罫線のプロパティを取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property RightBorder As Border 
    Get
'使用
Dim instance As StyleBase 
Dim value As Border 

value = instance.RightBorder
public abstract Border RightBorder { get; }
public:
virtual property Border^ RightBorder {
    Border^ get () abstract;
}
abstract RightBorder : Border
abstract function get RightBorder () : Border

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Border
右罫線のプロパティを表す Border オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間