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