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

Integrate parameter editor into MVC ReportViewer

1 Answer 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 23 Feb 2017, 05:52 PM

Hello,

 

I have the following:

 

@(Html.TelerikReporting().ReportViewer()
.Id("reportViewer1")
.ServiceUrl(Url.Content("~/api/reports"))
.ReportSource(new TypeReportSource() { TypeName = Model.AssemblyQualifiedName })
.ViewMode(ViewMode.Interactive)
.ScaleMode(ScaleMode.Specific)
.Scale(1.0)
.PersistSession(false)
.PrintMode(PrintMode.AutoSelect)
)

 

All I want to do now is add a DateTimePicker in order to edit 2 date parameters in the report. I see that there is a DateTime parameter editor but the documentation is so incredibly lacking in this aspect I have no clue how to use it.

 

We are thinking of purchasing reporting (and maybe others) but the documentation so far has been sub-par.

 

Thank you.

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 24 Feb 2017, 12:37 PM
Hi Matthew,

Thank you for your interest in Telerik Reporting.

Please check the code snippet in my post in Report Parameter DateTime Picker Format on UI. The settings are based on the requirements for replacement widgets, specified in How To: Create a Custom Parameter Editor. You can use any other widget that covers the requirements.

Regards,
Stef
Telerik by Progress
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 Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Matthew
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or