StyleInstance.m_backgroundHatchType Field
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_backgroundHatchType As Nullable(Of BackgroundHatchTypes)
'Usage
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>
See Also