How is Enable SaveAs Pdf option?

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is Enable SaveAs Pdf option?

Post by MARIMUTHU K »

Hi Stimul team,


Rendered report after SaveAs pdf option is not displayed.
Becaze first time I set pdfFormat =false. After I set true, but is not Enabled.

Report Viewer using Render Mode=UseCache

How is Enable SaveAs Pdf render option?

Thanks in Advance,.
Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How is Enable SaveAs Pdf option?

Post by Edward »

Please explain in more detail how the export in Pdf was done.

Please show your code or send an aspx page to support[at]stimulsoft.com for analysis.

Thank you.
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is Enable SaveAs Pdf option?

Post by MARIMUTHU K »

Hi stimul Team,

We did .

report.RegData(dsFamAcct);
mrtFilePath = mrtFilePath + "rptEmpty.mrt";
GetValidateReport(report, mrtFilePath, dsFamAcct, ImgPath);
report.Render(false);
StiWebViewer1.Report = report;

But, It is not come SaveAs pdf option only.

Thanks in Advance,

Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How is Enable SaveAs Pdf option?

Post by Edward »

Please explain one more time the goal you want to achieve and the steps you did for it.

Sorry for the misunderstanding.

Thank you.
Post Reply