[]
ActiveReportsJS는 @grapecity
npm 범위에서 activereports.*
패키지와 함께 npm에 대해 나타납니다. 여기서 @grapecity/activereports
는 라이브러리의 패키지를 나타냅니다. 모든 npm 패키지에서처럼 사용하려면 NodeJS(https://nodejs.org/en/)가 컴퓨터에 설치되어 있어야 합니다.
최신 릴리스 버전은 다음 명령을 실행하여 npm에서 설치할 수 있습니다.
`npm install @grapecity/activereports`
단일 @grapecity/activereports 패키지는 사용 가능한 모든 모듈을 다음 파일로 번들화합니다.
다음과 같이 import 문을 사용하여 ActiveReportsJS 모듈을 아래 모듈로 사용할 수 있습니다. * 모든 모듈을 가져오는 전체 패키지:
import * as arjs from '@grapecity/activereports';
// or...
import { Viewer, Core, PdfExport} from '@grapecity/activereports';
import * as Core from '@grapecity/activereports/core';
import { Viewer } from '@grapecity/activereports/viewer';
카카오톡 채널 추가를 통해 GrapeCity의 최신 정보를 빠르게 받아 보세요!