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

Set urireportsource for telerik report

1 Answer 272 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Iron
Iron
Stephen asked on 21 Nov 2015, 09:27 PM
I have a report that I want to show in a reportviewer and I can set the urireportsource when I clarify the full path location.  How do you set the report source to a report located in a folder in the solution.  I am using winforms with c# and coding it in VS 2012.  The report works fine on the server, but of coarse the file path is not found on client computers and I don't want to share the folder were the files reside.

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 25 Nov 2015, 04:08 PM
Hello Stephen,

Please check the following stackoverflow discussion about getting paths in a WinForms application: Relative Paths in Winforms.

You can also store reports ona  remote machine and serve the XML content to the client. The XML can be wrapped by an XmlReportSource, or read and deserialized into Telerik.Reporting.Report object and then  displayed via InstanceReportSource.


I hope this information is helpful.

Regards,
Stef
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
Tags
General Discussions
Asked by
Stephen
Top achievements
Rank 1
Iron
Iron
Answers by
Stef
Telerik team
Share this question
or