StyleBase.TopBorder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties of the top border.
public:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::Border ^ TopBorder { Microsoft::ReportingServices::OnDemandReportRendering::Border ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.Border TopBorder { get; }
member this.TopBorder : Microsoft.ReportingServices.OnDemandReportRendering.Border
Public MustOverride ReadOnly Property TopBorder As Border
Property Value
A Border object that represents the properties of the top border.