BorderInstance.Style Property

Definition

Gets or sets the calculated value of the Style property in a Border class. The set accessor can be used only when creating custom report items.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::BorderStyles Style { Microsoft::ReportingServices::OnDemandReportRendering::BorderStyles get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::BorderStyles value); };
public Microsoft.ReportingServices.OnDemandReportRendering.BorderStyles Style { get; set; }
member this.Style : Microsoft.ReportingServices.OnDemandReportRendering.BorderStyles with get, set
Public Property Style As BorderStyles

Property Value

A BorderStyles value that represents the calculated value of the Style property.

Applies to