Please follow the below steps to achieve the answer.
Next
Set the expressions as like below.
="Post
Code:" + Fields!Post_CODE.Value +
VbCrLf + "Area:"
+ Fields!AREA.Value + VbCrlf +
"Count of Admission
Number:" + cstr(Count(Fields!ADMISSION_NO.Value, "DataSet1")) + VbCrlf +
"Estimated VALUE:"
+ cstr(Format(Sum(Fields!ESTIMATED_VALUE.Value, "DataSet1"),"C0")) +
VbCrLf +
"Averege of
Each Employee VALUE:" + cstr(Format(Sum(Fields!ESTIMATED_VALUE.Value,
"DataSet1")/Count(Fields!ADMISSION_NO.Value,
"DataSet1"),"C0"))
That’s it.
No comments:
Post a Comment