ChangeType Enumeration

 

Updated: February 25, 2016

Defines the type of change resulting from processing or an event handler for a custom report item.

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

public enum class ChangeType

Member nameDescription
Action

Data

None

Process

Render

This value should is returned by the Process method of a custom report item run-time component. This is not implemented in SQL Server 2005. In SQL Server 2005, all ChangeType objects return a value of None.

Return to top
Show: