Crystal report
-
I have atleast 15 columns but in crystal report the all columns are not legible properly. give me some suggesstions how will I show or print that records. Is there is any option in crystal report of landscape. thanx in advance
-
I have atleast 15 columns but in crystal report the all columns are not legible properly. give me some suggesstions how will I show or print that records. Is there is any option in crystal report of landscape. thanx in advance
hEY TRY THIS.
CrystalDecisions.CrystalReports.Engine.ReportDocument r = new CrystalDecisions.CrystalReports.Engine.ReportDocument(); r.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape;
Thanks, Sun Rays To get something you must have to try once. My Articles
-
hEY TRY THIS.
CrystalDecisions.CrystalReports.Engine.ReportDocument r = new CrystalDecisions.CrystalReports.Engine.ReportDocument(); r.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape;
Thanks, Sun Rays To get something you must have to try once. My Articles
But how will I set the columns
-
But how will I set the columns
Hi, what you want to do ? You want to display only 10 columns from 15 ? Explain properly.
Thanks, Sun Rays To get something you must have to try once. My Articles
-
Hi, what you want to do ? You want to display only 10 columns from 15 ? Explain properly.
Thanks, Sun Rays To get something you must have to try once. My Articles
No there are 15 columns and I want to show all these columns in landscape form but how will I set the all these columns in crystal report.
-
No there are 15 columns and I want to show all these columns in landscape form but how will I set the all these columns in crystal report.