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