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

Export from VS Designer to standalone / trdx

6 Answers 1079 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
jeff
Top achievements
Rank 1
jeff asked on 16 Feb 2016, 12:47 AM

Hello, I'd like to, using the Standalone Report Designer, Import an existing Visual Studio Report (.cs) and save it as a trdx.

I have seen the following links:

http://docs.telerik.com/reporting/import-report-wizard

and

http://docs.telerik.com/reporting/standalone-report-designer-import-clr-reports

 

They indicate it possible but the second link seems for a different interface than mine. (There is no " In the Open dialog window, select .NET Report Library from the file type combobox. ")

and following the first link leads to an Import Report Wizard but in the "available converters" there is only Crystal Reports. Also the file filter gives no option for extensions other than *.rpt.

 

Do I have to install/ download a .NET converter?

 

I have Report Designer Q3 2015.

 

Thanks,

-Jeff

6 Answers, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 16 Feb 2016, 03:31 PM
Hello Jeff,

The first link is about Converting reports from other reporting solutions and is not relevant in your case.

The step from the second link "In the Open dialog window, NET Report Library from the file type " is correct as demonstrated in this video. You need to find your DLL file containing the reports in this step. The report designer used in the video is version Q3 2015.

Regards,
Nasko
Telerik
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
Jx
Top achievements
Rank 1
Iron
commented on 24 May 2021, 05:33 AM

this video link is not working anymore.
0
jeff
Top achievements
Rank 1
answered on 16 Feb 2016, 06:27 PM

Thank you very much!

for some reason the dialog box wasn't apparent to me...

Thanks again,

-Jeff

0
Kanoo
Top achievements
Rank 1
answered on 01 Apr 2017, 11:52 AM

Hi,

     I'm trying to import Telerik Reports as seen in the video and I choose the dll file. However, The following screen doesn't show any reports.

I've tried the x86 and x64.

The Reports dll is a normal class library.

I'm using Version 11.0.17.222

Thanks,

     

0
Katia
Telerik team
answered on 03 Apr 2017, 02:22 PM
Hi Kanoo,

Only reports that have a default parameterless constructor can be imported in Standalone Designer - How to: Import reports created with the VS Report Designer. Thus, check if the reports you are trying to import meet this requirement.

If reports depend on external assemblies for data source, user function or custom aggregate, you have to reference those assemblies in the configuration file of Standalone Designer - Extending Report Designer.

Also, make sure that the version of Standalone Designer is the same as the version of reports.

If the issue persists send the assembly with reports in a support ticket so we can test importing it on our side.


Regards,
Katia
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
0
Neli
Telerik team
answered on 26 May 2021, 04:04 PM

Hi Jx,

Do you wish to convert a CS/VB report to a TRDP/TRDX report? If so, you can take a look at the attached video.

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Chris
Top achievements
Rank 1
Veteran
Iron
Iron
answered on 01 Jun 2021, 02:26 AM
HI

>How to: Import reports created with the VS Report Designer

How about custom base report class ??

I could see the reports inherited from Telerik.Reporting.Report class in .NET Report Library, but can't see the reports inherited from custom report base class : 


EX.

  public class MyReportBase : Telerik.Reporting.Report
  {



  public partial class Report1 : MyReportBase // Telerik.Reporting.Report
  {



Best regards

Chris
Neli
Telerik team
commented on 08 Jun 2021, 02:45 PM

Hi Cris,

Note that we cannot convert custom code or report with report events. You may create a separate report with all content that is contained in the MyBaseClass.

Tags
General Discussions
Asked by
jeff
Top achievements
Rank 1
Answers by
Nasko
Telerik team
jeff
Top achievements
Rank 1
Kanoo
Top achievements
Rank 1
Katia
Telerik team
Neli
Telerik team
Chris
Top achievements
Rank 1
Veteran
Iron
Iron
Share this question
or