6. Error
[ ActiveReportsJs ] PDF 다운로드 구현과정 getDocument 매서드 문제
구현하고자 하는 기능Reort를 PDF로 저장하는 기능 (공통으로 사용하는 기능으로, props로 받아서 공통화함)문제Viewer의 getDocument매서드를 불러오는데, 없다는 에러가 뜬다import React from 'react';import { Viewer } from '@grapecity/activereports-react';import { PdfExport, HtmlExport, TabularDataExport } from '@grapecity/activereports';// DownloadButtonProps 인터페이스 정의interface DownloadButtonProps { reportUrl: string; // 보고서 URL viewerRef: React.RefObject; //..
2024. 9. 4. 16:44