StyleInstance.m_backgroundGradientType 欄位
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
A BackgroundGradients value that represents the calculated value of the BackgroundGradientType property.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Protected m_backgroundGradientType As Nullable(Of BackgroundGradients)
'用途
Dim value As Nullable(Of BackgroundGradients)
value = Me.m_backgroundGradientType
Me.m_backgroundGradientType = value
protected Nullable<BackgroundGradients> m_backgroundGradientType
protected:
Nullable<BackgroundGradients> m_backgroundGradientType
val mutable m_backgroundGradientType: Nullable<BackgroundGradients>
protected var m_backgroundGradientType : Nullable<BackgroundGradients>