Border.Style Property

Definition

Gets an expression that evaluates to the style of the border (unless overridden for a specific side).

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::BorderStyles> ^ Style { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::BorderStyles> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.BorderStyles> Style { get; }
member this.Style : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.BorderStyles>
Public ReadOnly Property Style As ReportEnumProperty(Of BorderStyles)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to