StyleBase.BottomBorder 属性

Gets the properties of the bottom border.

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

语法

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

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