次の方法で共有


StyleBaseInstance.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)

プロパティ値

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

関連項目

参照

StyleBaseInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間