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
David Smith
NA
2k
0
Back to parent report via drillthrough event
Nov 11 2010 11:36 AM
Can someone tell me what im missing. I have one parameter setup to jump to the next report which works fine. The issue is when I hit the button call "back to parent report" on the report viewer itself, I get a error saying some missing parameters or cridentals are missing, How is that so? Below I have my reportdatasource name and reportdatasource value. Is this a bug, or im doing something wrong, can someone assist me. thanks in advance.
case
"Example.rdlc"
:
DateTime
DateTime =
Convert
.ToDateTime(report.OriginalParametersToDrillthrough[0].Values[0].ToString());
genericDataSet.EnforceConstraints =
false
;
this
.report.ReportEmbeddedResource = report.ReportEmbeddedResource;
this
.rDataSource.Name =
"Datatable"
;
this
.rDataSource.Value =
this
.BindingSource.Filter =
"TimeStamp = #"
+ DateTime +
"#"
;
this
.rDataSource.Value =
this
.BindingSource;
this
.titleParameter =
new
ReportParameter
(
"Title"
,
this
.BookTitle);
this
.report.SetParameters(
new
ReportParameter
[] { titleParameter });
this
.report.DataSources.Add(rDataSource);
this
.report.Refresh();
break
;
Reply
Answers (
1
)
how to do a webservice program in asp.net? a simple addition program?
How to set logarithemic range to the zoom control in c# ?