ChangeType Enumeration
Updated: February 25, 2016
Defines the type of change resulting from processing or an event handler for a custom report item.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: