Énumération ChangeType
Defines the type of change resulting from processing or an event handler for a custom report item.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration ChangeType
'Utilisation
Dim instance As ChangeType
public enum ChangeType
public enum class ChangeType
type ChangeType
public enum ChangeType
Membres
| Nom de membre | Description | |
|---|---|---|
| None | Neither the RenderItem nor the underlying data source changed. | |
| Render | The RenderItem changed, requiring the report to be rendered again. | |
| Process | Properties of the CustomReportItem changed, requiring the report to be processed again. | |
| Data | Data in the underlying data source changed, requiring the queries in the report to be executed again. | |
| Action | The user event should result in an action (such as redirecting to a URL) specified in Action. |
Notes
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.