TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
riki dev
NA
2
1.3k
Sum of hours and minutes using expression rdlc
Sep 20 2019 3:00 AM
I have to sum the hours and minutes using expression in the rdlc report of microsoft report viewer, how can I do the sum of the values shown below?
=Split(CStr(Fields!Ore.Value), " ").GetValue(0) --> 03:30
=Split(CStr(Fields!Ore.Value), " ").GetValue(1) --> 02:00
=Split(CStr(Fields!Ore.Value), " ").GetValue(2) --> 08:00
=Split(CStr(Fields!Ore.Value), " ").GetValue(3) --> 04:30
Reply
Answers (
0
)
RDLC reportviwer failed to display on design mode.
How to implement RDLC report in ASP.NET MVC?