vb.net - Exporting ReportViewer to Excel - Line width variation -
I am creating reports using the Microsoft ReportViewer control I am having some formatting problems when exporting reports in Excel.
The problem is that I am specifying the width of a line of 1pt in the ReportViewer, which is the smallest line (or is it?) When exported, then the line width in Excel is all thick There are limitations.
I am trying to figure out how to get the line width to be the standard row in Excel.
Any ideas?
It looks like I was on the right track .. In fact, the shortest line is possible 0.0882 Mm, and no 1pt
After setting the line to 0.0882 mm, the line width was normal in Excel.
Comments
Post a Comment