Hi
In purchase order report i have to print "type and description" in a line called "Spec".I am concatenating two strings in X++ DP class but while printing i am facing alignment issues in SSRS
Below is my Code :
Spec = Spec + "/n" + type +" "+ Description ;
I am getting value in SSRS Report like,
Spec:
test file
testing Drawing
But what i need is like properly aligned table format.How to achieve the below table format in X++ code
test file
testing Image
*This post is locked for comments
I have the same question (0)