ReportDesignerDialog을 사용하고 있습니다.
ReportDesignerDialog1AfterReportLoaded 라는 이벤트가 있는데
소스에 밑에와 같이 나와 있습니다.
procedure TmaeReportForm.ReportDesignerDialog1AfterReportLoaded(
Form: TForm; QRD: TComponent);
begin
TQRDLoader(QRD).QReport.OnPreview:=QuickRepPreview;
QuickRepPreview는 프로시져입니다.
위에 내용이 어떻게 되는건지 모르겠습니다
TQRDLoader(QRD) 이게 뭔지 모르겠구요..
다음 처리....
end;
답변부탁드리겠습니다. ㅠ.ㅠ