다음을 통해 공유


ChangeType 열거형

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Enumeration ChangeType
‘사용 방법
Dim instance As ChangeType
public enum ChangeType
public enum class ChangeType
type ChangeType
public enum ChangeType

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스