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

File-based reports

5 Answers 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris Gårdenberg
Top achievements
Rank 2
Chris Gårdenberg asked on 28 Aug 2009, 02:01 PM
Is it possible that a future release will contain the possibility to save a report-design to file?

We want to be able to load a report-design in runtime.

5 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 28 Aug 2009, 03:18 PM
Hello Chris,

I guess your request is really for an "end user designer", which is already in our TODO list. Once we start working on it, we would note that in our RoadMap here.

Greetings,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Chris Gårdenberg
Top achievements
Rank 2
answered on 31 Aug 2009, 12:47 PM
I'm sorry but that's not what we're after.

We really need a file based report design, and be able to load the design runtime.

Let's say that we have a reportviewer, and we choose to show a report on customer calls with some parameters (start date, end date, category)

Then we want to be able to do something like this:

Pseudo-code:
Report report = new Report(); 
report.Load(pathToReportDesign); // This should be loaded from a saved file (eg. C:\reports\callList.trp ) 
 
report.Parameters.Add(typeof(DateTime), "startDate", myStartDate); 
report.Parameters.Add(typeof(DateTime), "endDate", myEndDate); 
report.Parameters.Add(typeof(int), "categoryID", myCategory); 
 
report.Run(); // Executes the report with the specified parameters on the loaded report design-file. 

0
Accepted
Svetoslav
Telerik team
answered on 01 Sep 2009, 04:26 PM
Hi Chris,

It seems that we have misunderstood your question, sorry for this. Our short term plans include adding support for XML definition of reports that I guess is what you are after. We need some more time to implement this, but I guess that it will be available for the 1st quarter of 2010.
 

Kind regards,
Svetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Matthias
Top achievements
Rank 1
answered on 23 Feb 2011, 11:56 AM
Does this work now?
0
Steve
Telerik team
answered on 24 Feb 2011, 12:50 PM
Hi Matthias,

You can find more information on the XML definition of reports feature in the following links:

Greetings,
Steve
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Chris Gårdenberg
Top achievements
Rank 2
Answers by
Steve
Telerik team
Chris Gårdenberg
Top achievements
Rank 2
Svetoslav
Telerik team
Matthias
Top achievements
Rank 1
Share this question
or