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
Denis Morgan
NA
72
22.3k
how to create a sub report in crystal report from model object
Dec 12 2020 1:53 AM
How can I create a sub report in crystal report using this model
public
class
LabReport
{
public
int
ref_id{
get
;
set
;}
public
String t_name {
get
;
set
; }
public
IList<LabSubReport> result {
get
;
set
; }
//this where i need subreport
}
}
Reply
Answers (
2
)
Filewatcher tools
subreport in cyrstal report using nhibernate framework