StyleBase.TopBorder 属性

Gets the properties of the top border.

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

语法

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

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

属性值

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

请参阅

参考

StyleBase 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间