共用方式為


StyleInstance.m_backgroundHatchType 欄位

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

A BackgroundHatchTypes value that represents the calculated value of the BackgroundHatchType property.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Protected m_backgroundHatchType As Nullable(Of BackgroundHatchTypes)
'用途
Dim value As Nullable(Of BackgroundHatchTypes)

value = Me.m_backgroundHatchType 

Me.m_backgroundHatchType = value
protected Nullable<BackgroundHatchTypes> m_backgroundHatchType
protected:
Nullable<BackgroundHatchTypes> m_backgroundHatchType
val mutable m_backgroundHatchType: Nullable<BackgroundHatchTypes>
protected var m_backgroundHatchType : Nullable<BackgroundHatchTypes>

請參閱

參考

StyleInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間