I am using Crystal Reports with Visual Studio 2010 in a web VB.Net project. I am having a problem getting the labels in the detail section to line up correctly. In preview mode everything shows up fine. But when I am in debugging mode they don't line
up. Am I missing some settings?
Example of the correct line up and how it looks in design view and in preview mode:
City: New York
Example of how it actually comes out when in debugging mode using Internet Explorer:
Interestingly, setting the Top property doesn't work. They still misalign. However, I did find a workaround. If you create a formula: "Label Text" and then just put the label text in the formula, everything lines up perfectly. I would chalk this up to
a bug in Crystal Reports for vb.net 2010.
Member
11 Points
57 Posts
Formatting in Crystal Reports
Sep 18, 2012 01:12 PM|WhiteBearMike|LINK
I am using Crystal Reports with Visual Studio 2010 in a web VB.Net project. I am having a problem getting the labels in the detail section to line up correctly. In preview mode everything shows up fine. But when I am in debugging mode they don't line up. Am I missing some settings?
Example of the correct line up and how it looks in design view and in preview mode:
City: New York
Example of how it actually comes out when in debugging mode using Internet Explorer:
City:
New York
Any help would be greatly appreciated
Contributor
6015 Points
1513 Posts
Re: Formatting in Crystal Reports
Sep 19, 2012 02:46 AM|hassanmehmood|LINK
Make sure the 'Top' property of these both is set to the same value. check Crystal Report Designer for this..
--
Hope this helps..
Member
11 Points
57 Posts
Re: Formatting in Crystal Reports
Sep 20, 2012 11:58 AM|WhiteBearMike|LINK
Interestingly, setting the Top property doesn't work. They still misalign. However, I did find a workaround. If you create a formula: "Label Text" and then just put the label text in the formula, everything lines up perfectly. I would chalk this up to a bug in Crystal Reports for vb.net 2010.