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

Duplicating a report

1 Answer 291 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
IT
Top achievements
Rank 1
IT asked on 12 Oct 2007, 04:24 PM
I have a series of reports that I need to create that are all very similar in format and data returned, but each one uses a slightly different sql query, with slightly different columns coming back. What I'd like to do is build one that is the most generic, then copy that report serveral times and make the necessary changes to the query. Trouble is, when I create a report (and get the corresponding .vb, .resx and .xsd files and then copy those... I get a great big mess - dataset names, table adapter names, etc. Is there a recommended way to perform this process?

1 Answer, 1 is accepted

Sort by
0
Svetoslav
Telerik team
answered on 16 Oct 2007, 07:21 AM
Hello Josh,

The only possible way to multiply one report is to copy/paste it (the best is through the Visual Studio Solution Explorer) and the rename the new files/class according to your needs. Another approach is to use the object oriented technics and create one base report class and the derive the other reports from it. To our great regret we still lack some kind of tool that will allow you easily to clone one report but we already have planed to provide such

I hope this information helps.

Greetings,
Svetoslav
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Amer
Top achievements
Rank 1
commented on 23 Feb 2024, 09:36 AM

Greetings Telerik Support.

Any progress was made on this topic, is it possible to duplicate the template ( and set a new name )?
Todor
Telerik team
commented on 28 Feb 2024, 07:38 AM

Hi Amer,

I already replied to the same question you asked in a support thread. I will summarize my answer here for the benefit of our community.

We support report templates in the Standalone Designer, but they are not yet supported in the Web Designer.

Note that you may 'Save As...' the existing reports as a workaround. This should let you create an exact copy of the opened report that may be edited independently of the original.

You may also make a copy of the report definition in the corresponding storage away from the web designer, and it will be recognized by it in runtime.

Tags
General Discussions
Asked by
IT
Top achievements
Rank 1
Answers by
Svetoslav
Telerik team
Share this question
or