StyleBase.LeftBorder 属性

Gets an expression that evaluates to the properties of the left border.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property LeftBorder As Border 
    Get
用法
Dim instance As StyleBase 
Dim value As Border 

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

属性值

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

请参阅

参考

StyleBase 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间