StyleBase.BackgroundHatchType 属性

Gets an expression that evaluates to the hatch type.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property BackgroundHatchType As ReportEnumProperty(Of BackgroundHatchTypes)
    Get
用法
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of BackgroundHatchTypes)

value = instance.BackgroundHatchType
public abstract ReportEnumProperty<BackgroundHatchTypes> BackgroundHatchType { get; }
public:
virtual property ReportEnumProperty<BackgroundHatchTypes>^ BackgroundHatchType {
    ReportEnumProperty<BackgroundHatchTypes>^ get () abstract;
}
abstract BackgroundHatchType : ReportEnumProperty<BackgroundHatchTypes>
abstract function get BackgroundHatchType () : ReportEnumProperty<BackgroundHatchTypes>