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
mehdi sabet
NA
16
2.1k
how to get sub report Parameters by c#
May 13 2014 10:39 AM
hi to all
i have a subreport in my main report and it has one storeProcedure as datasource that has one sp Parameter like "MyParameter".
i want to get this parameters by c# code ,how can i do this?
in main report we can get paramters using below code but it falling to problem when
we want to use this code for subreport !!!!!!!
ReportDocument reportDocument;
reportDocument.Load(pageObject.Server.MapPath(mainreportFilename));
foreach (CrystalDecisions.Shared.ParameterField field in reportDocument.ParameterFields)
//some code
thanks for any help.
Reply
Answers (
2
)
how to get sub report Parameters by c#
C# winforms