페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
댓글: 텍스트 영문으로 변경

Easy Heading Macro
navigationTitle목차
navigationExpandOptionexpand-all-by-default
navigationWidth225

This section is about execution order of events that occur within i-AUD Viewer에서 보고서 열기, 실행 등 보고서에서 발생하는 이벤트 별 실행 순서입니다.

보고서 Event API 목록

...

Id : 컨트롤 이름

RecordCount : 데이터셋의 레코드 수량

...

IsAutoRefresh : true일 경우 AutoRefresh 동작

Target : 현재 Refresh 대상(들)의 이름

TargetNames : 현재 Refresh 대상(들)의 이름

Cancel : 이 값을 true로 설정 시 실행이 취소됩니다.

...

Success : 성공여부

Message : 에러 메시지

...

Success : 성공여부

Message : 에러 메시지

...

컨트롤 Event 옵션 목록

...

Event 실행 순서

보고서 Open 시

Image Removed

...

Viewer, such as opening and executing reports.

Report Event API List

APITrigger PointArguments ListTarget
OnDataBindEndAfter a dataset is bound to a Control

Id : Control name

RecordCount : Number of records in the dataset

Control
OnDocumentLoadCompleteAfter a document is loaded, before AutoRefresh is executed
Report
OnExecuteStartWhen Refresh is executed

IsAutoRefresh : AutoRefresh operates if it is true

Target : Name(s) of the current Refresh target(s)

TargetNames : Name(s) of the current Refresh target(s)

Cancel : Cancel execution if it is true

Control
OnLoadCompleteWhen a document is loaded and AutoRefresh is completed

Success : Whether the operation was successful

Message : Error message

Report
OnRefreshCompleteAfter Refresh is completed (after doRefresh is called)

Success : whether the operation was successful

Message : Error message

Report

Control Event Option List

APIDescriptionRemarks
AutoRefreshWhether to automatically query data each time the report is opened
doRefreshWhether to query data when the report's Execute button is clicked
AfterRefreshSelect other Controls to automatically query data after a list(ComboBox) item is selectedCan only be configured for ComboBox Controls

Event Execution Order

When Opening a Report

Image Added

When Running a Report (doRefresh)