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
Sudhir Kumar
NA
223
13.3k
how to generate report in mvc 4 with relationship two table
Sep 3 2015 9:03 AM
I have a class as
public class reportClass
{
public string OrderId { get; set; }
public string awbno { get; set; }
public List<string> Product { get; set; }
}
how to create rdlc report using mvc 4
report should be generate like
OID001 200156 Bag
Mobile
Thanks
Reply
Answers (
0
)
how to write formula in crystal report
Why some of columns Data is not displaying in SSRS report ?