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

Run a deserialized report with a user function

2 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 18 Apr 2014, 12:23 AM
Is it possible to deserialized and run a report created with standalone report designer where the report uses a user function?  Note that I was able to deserialize and run a report created without a user function. I have reports created by end users using the report designer that are using user functions and I am looking for a way to run them using a command line application that I am building.

Thank you, Dan

2 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
answered on 18 Apr 2014, 01:05 AM
Found the solution. Added the following to app.config to resolve the issue

<configSections>
    <section
        name="Telerik.Reporting"
        type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting"
        allowLocation="true"
        allowDefinition="Everywhere"/>
  </configSections>
....
<AssemblyReferences>
    <add name="MyAsssemply" version="1.0.0.0" culture="neutral" publicKeyToken="null" />
</AssemblyReferences>
0
Stef
Telerik team
answered on 18 Apr 2014, 09:52 AM
Hi Dan,

We are glad to hear you resolved the issue.

For anyone concerned, full details about deploying TRDX files in custom applications, when they use external assemblies, can be found in the Deploying trdx (XML report definition) that uses external assembly KB article.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

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