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

Standalone Designer Launches Instead Of VS Extension

1 Answer 42 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 19 Jul 2016, 01:20 AM

I'm running Visual Studio 2013. When I click on a trdp file it launches in the standalone editor, not the VS extension.
This makes is difficult as I cannot define my connectionString properly. I cannot have the connection string embedded within the report template as I as multiple environments.

I have uninstalled/reinstalled and repaired. Nothing makes a difference. I have had VS closed during the installation and restarted.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 21 Jul 2016, 12:41 PM
Hi Ben,

TRDP and TRDX files are produced by the Standalone Report Designer tool, and only the Standalone Designer can load them for editing via GUI. In Visual Studio you can open TRDX files as pure XML.

If you are using SqlDataSource in the report, you can save the connection string by name - 2. Data connection options. Then the reporting engine will get the connection by name from the application's config file via ConfigurationManager.


If you prefer to change the connection string at run-time, you can use the approach illustrated in Changing the connection string dynamically according to runtime data.


I hope this helps.

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
Report Designer (standalone)
Asked by
Ben
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or