Hi,
I want to print one bill from crystal report but by default crystal report have the
A4 size paper but i need only 6 X 6 paper size. How can I set the size for crystal report. I seen that when we select the print option the print option have one property to set the size of paper when i set that size and print the report it not print properly.
Please help me to overcome this problem.
Please I don’t know is their need of coding or some settings.

System.Drawing.Printing.PaperSize pr = new System.Drawing.Printing.PaperSize("B4 (JIS)", 10, 6);

put this above stated code after providing the report source...

or if u want to do it from design mode then right click on the crystal report(.rpt file) select design then printer option. from there you can provide your required settings..
Hope this helps......

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.