How is use Max() in Events Tab?

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is use Max() in Events Tab?

Post by MARIMUTHU K »

Hi hi hi

We are create one Report with Maxmum(Column1).
This Aggregate function Max is perfect, But I am using Event Render it's not work.

I have worked

Text1 field write Aggregate fn- {Max(dtReport.SI_No)}
(Output is Correct)

But Same code I have used to GetValueEvent
e.Value=(Max(dtReport.SI_No));

display Error Messge.
The name 'Max' does not exist in the class or namespace 'Reports.Report'


So Please Provide Solution for How is use Max() in Eevent?
or other way of using?


Thanks of Advance.


Regards,
KMarimuthu.
Marimuthu K
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

How is use Max() in Events Tab?

Post by Vital »


At this moment you can't use totals in events. This problem will be solved in next version.
Thanks.
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is use Max() in Events Tab?

Post by MARIMUTHU K »

Thanks of ur Guidence.












Regards,
Marimuthu K
Post Reply