Hi!
My report is quite a simple thing, but sometimes it returns about 100000 rows and rendering is very slow
Expression in Group row for 1st column (Textbox1) = Sum(Fields!Field1.Value) and
expression for 2nd column = Sum(Fields!Field1.Value) * Variables!Var1.Value ( where Var1 is defined for this group)
Should I rewrite expression for 2nd column as ReportItems!Textbox1.Value * Variables!Var1.Value or there is no any difference from performance point of view??
Thanks.