Propriété BottomBorder
Gets the properties of the bottom border.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property BottomBorder As Border
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Border
A Border object.
Voir aussi