Share via


BorderInstance.Style 属性

定义

获取或设置 Style 类中 Border 属性的计算值。 set 取值函数只能在创建自定义报表项时使用。

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

属性值

一个 BorderStyles 值,该值表示 Style 属性的计算值。

适用于