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

Parameter Report

1 Answer 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shakti SIngh Dulawat
Top achievements
Rank 1
Shakti SIngh Dulawat asked on 20 Sep 2010, 09:27 PM
I am using parameter report but when I am trying to access the report it throwing me following error
I am also passing parameter

   public FinancialAccountHistoryReport()
        {
            InitializeComponent();
            this.FinancialAccountHistoryReportViewer.RenderBegin += new RenderBeginEventHandler(FinancialAccountHistoryReportViewer_RenderBegin);
        }

        private void FinancialAccountHistoryReportViewer_RenderBegin(object sender, Telerik.ReportViewer.Silverlight.RenderBeginEventArgs args)
        {
            //single value parameter
            args.ParameterValues["SelectFiscalYear"] = "2010"; //single value parameter
            args.ParameterValues["SelectFiscalPeriod"] = "3";
        }

Please check attachment for error.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 22 Sep 2010, 05:07 PM
Hello Shakti SIngh Dulawat,

You're the first person to report such problem and we have not been able to reproduce it locally. We would appreciate if you prepare a sample runnable project that exhibits the problem and attach it in a support ticket so that we can investigate and identify the culprit.

Sincerely yours,
Steve
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
Shakti SIngh Dulawat
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or