Compartir a través de


Campo StyleInstance.m_backgroundHatchType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected m_backgroundHatchType As Nullable(Of BackgroundHatchTypes)
'Uso
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>

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering