Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: export options in web page Post Reply Post New Topic
Author Message
colossal
Newbie
Newbie


Joined: 31 Aug 2009
Location: United States
Online Status: Offline
Posts: 2
Quote colossal Replybullet 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);
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
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



This page was generated in 0.030 seconds.