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.
Is possible DateDiff() function?
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
Is possible DateDiff() function?
Marimuthu K
Is possible DateDiff() function?
Yes of course it is possible. You can use any function of .Net in the code of StimulReport.Net.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.
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



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