Saving data in RDLC File - reportviewer

Can any one tell me if it is possible to save data inside an RDLC file, I am using the syncfusion Report Viewer and I want to be able to save the report it generates as a PDF, Execl ect but the problem we have is that we compute the values for the report, they are NOT COMMING FROM A DATABASE, so we tie them to a dataset and then generate the report, the problem I have found is that if I use the WFC service from Syncfusion to save the report and have to switch it back to remote then the data's not render.
Is there a free or payed for component out there that can take the RDLC file, DATA render the report then output a report that I can read in to the report viewer (output prefred RDLC with Data embed), looking at the example syncfusuion provide they have done this.

RDLC does't support to store data inside ReportDefinition.
FOR EXPORT
Due to some limintation platform itself can’t export report directly in Syncfusion ReportViewer in Silverlight , but through the WCF service can export the report .. Please find our online documentation section “How to export RDLC report in Silverlight “
Location here
This sample demonstrate export functionality inSyncfusion ReportViewer. Please find the sample from following location

Related

Crystal Report using XSD File as source doesn't show data?

I have a Crystal Report file I've created, using an .XSD file as the data source. As far as creation goes it's great, no problem. I can see the table and all the fields from it. I can drag them off the data explorer and onto the report.
The problem is when I go to preview or use the report. There's no data. Trying to browse the data in the data explorer? No data. But if I browse the XSD from within visual Studio, it shows me the data just fine.
Why am I not seeing any data from this report with an XSD as datasource?
Craig

How to make editable PDF with Crystal Report?

I have a Crystal Report template using Visual Studio 2015 and Crystal Report 11.
I am trying to make an editable PDF when I export it. Some fields with data that could be modified when the PDF is exported. Other data will not be able to be changed.
Is it possible to do that, I mean, export an editable PDF using Crystal Report?
Thanks in advance!
You can not export pdf with editable fields, crystal report does not support.
check this links -
https://archive.sap.com/discussions/message/13967957
https://archive.sap.com/discussions/thread/3340683
Better to ask in SAP forum that they have any support.
For this you need third party tool - https://www.experts-exchange.com/questions/28076120/Editable-PDF-from-Crystal-report.html

Update SQL Database from Report (SSRS / Catch Export Event)

In an RDL file, if the user exports to PDF (let's say), I want to mark some rows from the report, in the MSSQL database, as being exported. Can I do that from the RDL itself?
The RDL is purely used for presenting the data. You cannot attach to the Export to PDF button in SSRS and then UPDATE the database.
An alternative would be to use an ASP.NET web page with the Report Viewer control with a custom button that exports to PDF and then calls some server side code to UPDATE the database with the marked rows.

Exporting Crystal Report into PDF causes a freeze - Vb.Net2003

I have an application developed with Vb.Net 2003 and using Crystal Reports 11 used to preview many statistical reports.
I always preview any report successfully, but when exporting some of the reports (not all) into PDF using the built-in export functionality in the report viewer control, the application freezes forever.
So, I need to know if there is any report object (textobject, Picture, Chart, line, box, etc..) that might not be able to be exported into PDF, and I think this type of object is only found in some of my reports and that's why I face this problem only with some of the reports and not all of them.
The most common reason this happens is that not all the variables you use in the report are filled. So make sure of that. Otherwise you should get an error on the object you use. Do you get an error on exporting?

SSRS report losing formatting in interactive viewer

I have an SSRS report with two subreports that had been working fine. Recently I added some additional table sections to the report and I started seeing an issue when the report was displayed in the interactive viewer. The data is fine but the formatting on the last two table sections does not appear in the viewer.
The formatting actually stops working half way through the next to last report. However, when I print the report (or export to a PDF), all of the formatting is there and the report prints fine.
I have tried splitting the report into more subreports, running with different data and it still does not display correctly in the interactive viewer. The report and subreports do have a lot of formatting and table sections and I am wondering if the RDL files are too big to store in memory or if they even do get stored in memory.
The RDL file sizes are 61 kB for the main report and 2612 kB and 2608 kB respectively for the subreports. Is there a size limitation on the RDL files? Any ideas?
I have found a work around for my problem. If I render my report directly to a PDF, then the report will not display in the interactive viewer, but only as a PDF which displays correctly. This is done by adding "&rs:Format=PDF" to my URL when I call it from my C# program that allows the user to input the parameters. Then the user can print the report and never see the missing formatting in the interactive viewer. This works for my, however, I would still like to know if there is another answer that allows it to view correctly in the interactive viewer or if I have surpassed some memory limitations.
If you split the report into its component parts does it display ok? If as you say you have recently added some new sections/Sub reports to it if you remove them does it look ok again.
You have probably got some strange overlapping happening, in the report designer when the report complies check the warning tag to see if it gives you any clues