StyleBase.RightBorder 属性

Gets the 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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the right border.

请参阅

参考

StyleBase 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间