Joined: 31 Aug 2009
Location: United States
Online Status: Offline
Posts: 2
Topic: export options in web page Posted: 31 Aug 2009 at 2:18pm
i am using crystal reports 2008 and java . i want to restrict download options (format types) when report appears on web page. i have tried this code but it seems that it has no effect
ExportOptions oExportOptions = new ExportOptions(); oExportOptions.setExportFormatType(ReportExportFormat.PDF); ReportExportControl oReportExportControl = new ReportExportControl(); oReportExportControl.setReportSource(reportSource); oReportExportControl.setExportOptions(oExportOptions); oReportExportControl.setExportAsAttachment(true);
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum