BackgroundHatchType 속성
Hatch type.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Overrides ReadOnly Property BackgroundHatchType As ReportEnumProperty(Of BackgroundHatchTypes)
Get
‘사용 방법
Dim instance As Style
Dim value As ReportEnumProperty(Of BackgroundHatchTypes)
value = instance.BackgroundHatchType
public override ReportEnumProperty<BackgroundHatchTypes> BackgroundHatchType { get; }
public:
virtual property ReportEnumProperty<BackgroundHatchTypes>^ BackgroundHatchType {
ReportEnumProperty<BackgroundHatchTypes>^ get () override;
}
abstract BackgroundHatchType : ReportEnumProperty<BackgroundHatchTypes>
override BackgroundHatchType : ReportEnumProperty<BackgroundHatchTypes>
override function get BackgroundHatchType () : ReportEnumProperty<BackgroundHatchTypes>
속성 값
형식: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'BackgroundHatchTypes> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.