Style.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:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::Border ^ TopBorder { Microsoft::ReportingServices::OnDemandReportRendering::Border ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.Border TopBorder { get; }
member this.TopBorder : Microsoft.ReportingServices.OnDemandReportRendering.Border
Public Overrides ReadOnly Property TopBorder As Border
Property Value
A Border object that represents the properties of the top border.