Link to home
Start Free TrialLog in
Avatar of atulmodi
atulmodiFlag for India

asked on

How do I get the value of Summary FieldObject Value of Crystall Report from the C#.

Hello,
I want to get the value of summary field object from the C#.  I want to check the total no of hours & minutes.  If the total no of minutes greater than 60 then the Total Hours will be increment by 1. So I want to change the value of Summary Field depends on the value of TotalMinutes summary field.
Avatar of Mike McCracken
Mike McCracken

I am not clear what you are trying to do?

What os the summary field?

What does the field in the summary represent?

mlmcc
Avatar of atulmodi

ASKER

In the summary field, I represent Total Hours & Total Minute.  I just want to set the value of the summary field through the C# code.  Because I want to convert Total minutes into Hours.  E.g.  If the total minutes = 129, then 2 hours will be added to TotalHours.  And finally Total MInutes = 9.
Hope you will get now
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for your kindly reply.
Thanks for you kindly reply.  This solved my problem partially