페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...


TypeNameDescription
Server

stringBaseURLMATRIX 서버 주소 (변경 금지)

stringServerURLMATRIX 서버 주소 (변경 금지)

stringDownloadURLDownload 서버 주소 (변경 금지)

stringUploadURLUpload 서버 주소 (변경 금지)

stringMETAServiceURLi-META 서버 주소 (변경 금지)

stringiBIGServiceURLiBIG 서버 주소 (변경 금지)

stringDataSourceURL데이터 가져오기 URL (변경 금지)

stringRepositoryDBTypeMATRIX Repository DB 종류 (변경 금지)
User

stringEncryptedUserCode

암호화 된 사용자 계정명 (변경 금지)

stringUserName사용자 이름 (변경 금지)

stringOrgPath사용자 부서 권한 (변경 금지)

stringUserRoll사용자 그룹 권한 (변경 금지)
Language

stringLanguageCode

i-Portal 언어 설정 (변경 금지)

stringLanguageIndexFile Dialog 언어 설정 (변경 금지)
i-Portal

stringServicePort

i-PORTAL이(가) 웹페이지와 통신하기 위한 포트 번호

stringCookieString

MATRIX Server, Web Cookie 문자열 (변경 금지)

stringAppName

i-PORTAL Browser, Window Title 설정

boolEnableMemoryStream

데이터 송수신 시 메모리 사용 여부 , 기본값 false

boolDisableLoginMAF

자사 SSO 연동 여부

boolIsDesignerMode현재 실행 모드가 Desinger  인지 확인 (true : Designer, False : Viewer)

integerEnableFeature

활성화 기능

// ibig hashing 처리
iBIGBaseHashing = 0x0001,

// 병렬 출력
MultiWriteSheet = 0x0002,

// 쿼리 편집기 권한 check
ButtonAuthorityCheck = 0x0004,

//i-META 의 data caption sumof, avgof 추가 기능
MetaDataCaptionAddGroupName = 0x0008,

/// 2.0 cellevent 기능(2.0 book 속성에서 확인)

CelleventFunction = 0x0010, //16

/// The report task pane

ReportTaskPane = 0x0020, //32

/// The condition task pane
ConditionTaskPane = 0x0040, //64

/// The favorite database list
FavoriteDB = 0x0080, //128

/// The report backup
ReportBackup = 0x0100, //256

/// The active sheet export
ActiveSheetExport = 0x0200, //512

/// The list current region
CurrentRegionHeader = 0x0400, //1024

/// 쿼리빌더 사용 여부
QueryBuilder = 0x0800, //2048

/// 조회, Open 후 이전 계산모드 유지(xlCalculationAutomatic 으로 변경하지 않음)
KeepCalculationMode = 0x1000, //4096

SupportHTML5 = 0x2000, //8192

BindParameter = 0x4000, //16384

SkiReport = 0x8000, //32768

SupportFasooDRM = 0x10000, //65536

/// 동작설정
ActionPlan = 0x20000, // 131072

/// 실행계획
CRUD = 0x40000 // 262144

viewerObj.Property.EnableFeature |= 8192; //html5 버전 지원

i-MATRIX 기능 활성화 옵션 설정

옵션명설명
























boolUseDirectExcelKilli-PORTAL 종료 시 엑셀 프로세스 자동종료 (※참고  true = 자동 종료, false = 자동 종료 하지 않음)

boolUsePortalMenui-PORTAL 좌측 트리메뉴 표시 여부 (※참고  true = 표시, false = 숨김)

stringFileExt내려받기 시 엑셀 확장자명 지정 ( ※참고 default = .xlsb )

stringInitUrli-PORTAL 초기화면 지정(보고서코드 or 웹페이지)

integerInitReportName

Matrix Designer에서 열기 작업을 수행 할 보고서 이름

integerAppInfo.ServiceType

i-PORTAL 서비스 방식

enServiceEmbedded = 0 // 6.0의 서비스 방식중 XBrowser이용 방식
enServiceWebSpread = 1 // 6.0의 서비스 방식중 XBrowser6이용 방식(WebSpread방식)
enServicePopup = 2 // 6.0의 서비스 방식중 XBrowser6이용 방식(Popup방식)
enServiceWidgetPopup = 3 // 6.0의 서비스 방식중 Widget이용 방식(Popup방식)

...