Is possible DateDiff() function?

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

Is possible DateDiff() function?

Post by MARIMUTHU K »

Hi hi hi

Hi StiReport Team,

Thanks again,

I want difference between two date.

Is possible DateDiff() function?

or other ways?

Please provide .

Thanks of Advance.



Regards,.
KMarimuthu.
Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Is possible DateDiff() function?

Post by Edward »

KMarimuthu wrote:Hi hi hi

Hi StiReport Team,

Thanks again,

I want difference between two date.

Is possible DateDiff() function?

or other ways?

Please provide .

Thanks of Advance.



Regards,.
KMarimuthu.
Yes of course it is possible. You can use any function of .Net in the code of StimulReport.Net.
To use the required function you should follow next steps:
1. Specify Namespace of your function in the Code tab of Report.
2. Be sure that Namespace from step 1 is inside of the Assemblies in Referenced Assembly Property of the StimulReport.Net.

To use the DateDiff() function you have to add next line to your Code tab of the Report:

Code: Select all

Imports Mirosoft.VisualBasic
Image

Image

Image

Thank you.
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

Is possible DateDiff() function?

Post by MARIMUTHU K »

HI Stimul Team



Thanks for ur time.


Regards,


Marimuthu K
Post Reply