Propriedade do RDL StyleBase.TopBorder
Gets the properties of the top border.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property TopBorder As Border
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the top border.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering