Post Author: aymiee
CA Forum: General
I have a crystal report (Crystal Report.net) in which I have bolded certain header information. I have also programmatically set the widths and the margins of the objects in the detail section due to the fact that I have dynamic columns depending on what the user wants displayed.
When displaying the report in design view, it is fine (the text formating).
But when running the report in Visual Studio 2005 , the report viewer doesn't display the report correctly.
1)The text formatting (bold, underline) does not display
2) Fields in the detail section are not "aligned" correctly. The widths that I had set programmatically are being ignored.
However, the dynamic columns are displayed correctly.
Could this be an error in the report object model ??