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