I need your help . I want to add subreport in table runtime. Code is :
xrTableCell14.Controls.Add(xrSubreport5);
xrSubreport5.BringToFront();
xrSubreport5.Location = new Point(0, 0);
But it can’t show the result. I’m using C#
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m sorry to disappoint you, but the actual XtraReports implementation doesn’t provide the capability to implement this scenario.
See this forum post at DevExpress in which multiple people have asked for the feature, but it still hasn’t been implemented!
http://community.devexpress.com//forums/p/55360/186621.aspx#186621