StyleInstance.m_backgroundColor Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
A ReportColor value that represents the calculated value of the BackgroundColor property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_backgroundColor As ReportColor
'Usage
Dim value As ReportColor
value = Me.m_backgroundColor
Me.m_backgroundColor = value
protected ReportColor m_backgroundColor
protected:
ReportColor^ m_backgroundColor
val mutable m_backgroundColor: ReportColor
protected var m_backgroundColor : ReportColor
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace