次の方法で共有


StyleInstance.BackgroundHatchType プロパティ

Style クラスの BackgroundHatchType プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides Property BackgroundHatchType As BackgroundHatchTypes 
    Get 
    Set
'使用
Dim instance As StyleInstance 
Dim value As BackgroundHatchTypes 

value = instance.BackgroundHatchType

instance.BackgroundHatchType = value
public override BackgroundHatchTypes BackgroundHatchType { get; set; }
public:
virtual property BackgroundHatchTypes BackgroundHatchType {
    BackgroundHatchTypes get () override;
    void set (BackgroundHatchTypes value) override;
}
abstract BackgroundHatchType : BackgroundHatchTypes with get, set 
override BackgroundHatchType : BackgroundHatchTypes with get, set
override function get BackgroundHatchType () : BackgroundHatchTypes 
override function set BackgroundHatchType (value : BackgroundHatchTypes)

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundHatchTypes
BackgroundHatchType プロパティの計算値を表す BackgroundHatchTypes 値。

関連項目

参照

StyleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間