This is a migrated thread and some comments may be shown as answers.

ReportParameter

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
WCRA Dev
Top achievements
Rank 1
WCRA Dev asked on 04 Aug 2010, 03:52 PM
I'm trying to pass a report a parameter value using the code below:

Report report = new Report();
report.ReportParameters["ContactID"].Value = 4437;

But I get the error below on ReportParameter:

Error   24  'eMember.Report' does not contain a definition for 'ReportParameters' and no extension method 'ReportParameters' accepting a first argument of type 'eMember.Report' could be found (are you missing a using directive or an assembly reference?)

Is there something I need to add?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 06 Aug 2010, 03:37 PM
Hi Christian,

The provided information is not sufficient thus to avoid further confusion please open a support ticket and send us your project to investigate locally the behavior you are experiencing.

Best wishes,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
WCRA Dev
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or