In the property sheet for a report label, the Border Thickness and Padding properties have as a default value:
0pt 0pt 0pt 0pt
What does this mean?
When I enter 1 as the value for Padding, I am prompted with:
Invalid Property Value (with detail: Invalid thickness length: It must only be 1 or 4 units. I thought I just entered one unit.)
It means zero-point. Entering in a single 1 should have followed this format:
1pt
HI,
Try setting the padding and border values to the thickness object..
Padding = new thickness(2);
Here is an MSDN link.
http://msdn.microsoft.com/en-us/library/ms751709.aspx
Sincerely, MattDSE
I am just following up on this thread.
Please let me know if you need further assistance.
Sincerely, Matt Developer Support Engineer