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