StyleInstance.m_backgroundHatchType Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace