Is there any way to center align the entire report programatically?
I'm setting it to landscape programatically, but I also need it centered.
Please advise.
Printable View
Is there any way to center align the entire report programatically?
I'm setting it to landscape programatically, but I also need it centered.
Please advise.
shouldn't you just be centering the data that is showing up on the crystal report? I don't think there is just a single property of the report itself to center align it
The data is centered, but when it's printed in landscape the entire report appears top left.. minor.. am just wondering if there was a property to center align the report.
I don't know what your report looks like so it is hard to comment, but what if you stretched the fields to be the width of the report in landscape, and set the fields to center alignment? I would think that would center the fields in your report no matter what. Again this depends on the actual layout of the report, as to if it would fit your needs.