Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the properties of the bottom border.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property BottomBorder As Border
Get
'Usage
Dim instance As Style
Dim value As Border
value = instance.BottomBorder
public override Border BottomBorder { get; }
public:
virtual property Border^ BottomBorder {
Border^ get () override;
}
abstract BottomBorder : Border
override BottomBorder : Border
override function get BottomBorder () : Border
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the bottom border.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace