Picture 1: Detail table with 3 columns Product Name, Barcode and Model.
With above picture, you can see the different column number and column size of the same report.
Now you need to see below picture in detail in order to do as shown:
In RDLC report design in Ms Visual Studio, you need to think about logic that your report will display then you need to create column to display or hide follow your criteria.
The only formula that you need to apply for each column that will show or hide is
=IIF(First(Fields!CriteriaField.Value, "dsHeader") = "ABC", false, true)
No comments:
Post a Comment