BackgroundHatchType プロパティ

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

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

構文

'宣言
Public MustOverride Property BackgroundHatchType As BackgroundHatchTypes
    Get
    Set
'使用
Dim instance As StyleBaseInstance
Dim value As BackgroundHatchTypes

value = instance.BackgroundHatchType

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