I need to alter the "BillTo" address fields on the Invoice report 10074. I need to stop the report from showing the "Contact" and the "Country" fields as part of the billing information.
Now, using the RDLC in sql report builder I do not know where I can see that specific report dataset field that is selected for these report fields. As an example:
| In the Dataset it Lists: |
The Report Layout it Shows |
The "name" of the Field in the properties pane is |
| BillToAddress3 |
<<Expr>> |
BillToAddress31 |
|
|
|
If I look at the expression for the Report Layout field it shows the following expression:
=Code.GetData(14, 1)
Now. it appears as if these fields are dynamic and not static, in that if there is a null field then it will populate that field with the next portion of the "bill to" information. So if there is no customer address2 then it will not leave a blank space.
So how do I handle this. would I change some code or should I remove these fields and formulas, then add back in the static fields?
*This post is locked for comments
I have the same question (0)