次の方法で共有


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> オブジェクト。

適用対象