Hi,
I am using table in which I have Items, quantity and price. I have set the datasource of my table using stored procedure. My tables resides in the detail section. After that I placed a textbox control in the report footer section to calculate the total quantity. By using the following expression.
=Sum(Fields.Quantity). But total doesn't appear in the report.
Expalanation in Steps:
1) Table is placed in a detail section (bind with a stored procedure)
2) Textbox in a report footer section to display total. (not appearing in the report) =Sum(Fields.Quantity)
Items Quantity Price Total
ItemA 2 10 20
ItemB 3 5 15
5 (It is a textbox in a report footer section but it's not displaying the total quantity and appears blank in a report)
I am using table in which I have Items, quantity and price. I have set the datasource of my table using stored procedure. My tables resides in the detail section. After that I placed a textbox control in the report footer section to calculate the total quantity. By using the following expression.
=Sum(Fields.Quantity). But total doesn't appear in the report.
Expalanation in Steps:
1) Table is placed in a detail section (bind with a stored procedure)
2) Textbox in a report footer section to display total. (not appearing in the report) =Sum(Fields.Quantity)
Items Quantity Price Total
ItemA 2 10 20
ItemB 3 5 15
5 (It is a textbox in a report footer section but it's not displaying the total quantity and appears blank in a report)