cancel
Showing results for 
Search instead for 
Did you mean: 

Hi can some one help to set paper size dynamically in crystal report c#

Former Member
0 Kudos

Hi can some one help to set paper size dynamically in crystal report c#, i googled on this but still no idea, Also i found one post on this like below,

.....

Using RAS to print

CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument = docRelatorio.ReportClientDocument

CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions rasPROpts
= new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions();


rasPROpts.PaperSize = ConvertToCrystalPaperSize(pagSett.PaperSize);

int iBins = pagSett.PrinterSettings.PaperSources.Count;

......

in the post i found the function "ConvertToCrystalPaperSize", if someone would help to use atleast this then i will finish my project... i new to programming, sorry for my english.

Accepted Solutions (0)

Answers (0)