StyleInstance.m_backgroundGradientEndColor 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 BackgroundGradientEndColor property.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_backgroundGradientEndColor As ReportColor
'Usage
Dim value As ReportColor 

value = Me.m_backgroundGradientEndColor 

Me.m_backgroundGradientEndColor = value
protected ReportColor m_backgroundGradientEndColor
protected:
ReportColor^ m_backgroundGradientEndColor
val mutable m_backgroundGradientEndColor: ReportColor
protected var m_backgroundGradientEndColor : ReportColor

See Also

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace