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)