Row |
Cell |
Textbox1 |
Textbox |
=Fields!State_Reporting_Term_Year.Value + " Graduates" |
|
|
|
ColSpan |
|
|
Cell |
|
|
|
|
|
Row |
Cell |
AwardTotalWithinYear |
Textbox |
=sum(Fields!Student_Graduation_Count.Value) |
|
Cell |
Textbox3 |
Textbox |
=IIF(Sum(Fields!Student_Graduation_Count.Value)<=0,"",
Sum(Fields!Student_Graduation_Count.Value) /
Sum(Fields!Student_Graduation_Count.Value,"State_Reporting_Term_Year")) |
Row |
Cell |
Textbox72 |
Textbox |
=SUM(Fields!Student_Graduation_Count.Value) |
|
Cell |
Textbox4 |
Textbox |
=IIF(Sum(Fields!Student_Graduation_Count.Value)<=0,"",
Sum(Fields!Student_Graduation_Count.Value) /
CInt(ReportItems!AwardTotalWithinYear.Value)) |
Row |
Cell |
Textbox194 |
Textbox |
=sum(Fields!Student_Graduation_Count.Value) |
|
Cell |
Textbox5 |
Textbox |
=Sum(Fields!Student_Graduation_Count.Value) /
Sum(Fields!Student_Graduation_Count.Value,"State_Reporting_Term_Year") |