共用方式為


ChangeType Enumeration

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

命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

語法

'宣告
Public Enumeration ChangeType
public enum ChangeType
public enum class ChangeType
public enum ChangeType
public enum ChangeType

Members

Member name Description
Action The user event should result in an action (such as redirecting to a URL) specified in Action.
Data Data in the underlying data source changed, requiring the queries in the report to be executed again.
None Neither the RenderItem nor the underlying data source changed.
Process Properties of the CustomReportItem changed, requiring the report to be processed again.
Render The RenderItem changed, requiring the report to be rendered again.

備註

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.ReportingServices.ReportRendering Namespace