Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
how to generate report in mvc 4 with relationship two table
Sudhir Kumar
9y
460
1
Reply
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
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
how to write formula in crystal report
Why some of columns Data is not displaying in SSRS report ?