Data Alignment in Crystal Report Viewer
I using vs 2008 and Crystal Reports 2011
I have a very simple report I want to display in a crystal report viewer on an aspx page. The report has one column that displays data that is right-aligned. The data shows as it should (right aligned) when I view the report in report view with cr reports and all the decimal points are right aligned.
when I display the report on an aspx page using a CrystalReportViewer the data in the numeric column is left - aligned.
Can someone tell me how I can get the data right aligned when I'm using the viewer?
I can't understand why it shows one way in the preview pane of the crystal reports UI, but show differently when displayed in the crystal reports viewer.