Share via


StyleBase.BackgroundHatchType 属性

定义

获取一个计算结果为阴影线类型的表达式。

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

属性值

一个表示阴影线类型的 ReportEnumProperty<EnumType> 对象。

适用于