RightBorder 屬性
Properties of the right border.
命名空間: 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