Hey, I got a problem with the following requirements:
By clicking a button a report has to be generated and immediately downloaded in special format.
I would also prefer using trdx Files for designing reports. I found out that these files can be used by the report viewer, but using a report viewer doesn't meet the requirement.
my problem in particular is that the second parameter of the method RenderReport is a ReportSource. But there is no way to use the trdx File.
Maybe I use a wrong pattern, or do I have to serialize the trdx File and create a Report.cs File ?
Thank you in advance
EDIT:
Sorry, I found out, that it is possible to use the trdx file as ReportSource by using UriReportSource.
So, problem solved
By clicking a button a report has to be generated and immediately downloaded in special format.
I would also prefer using trdx Files for designing reports. I found out that these files can be used by the report viewer, but using a report viewer doesn't meet the requirement.
my problem in particular is that the second parameter of the method RenderReport is a ReportSource. But there is no way to use the trdx File.
Maybe I use a wrong pattern, or do I have to serialize the trdx File and create a Report.cs File ?
Thank you in advance
EDIT:
Sorry, I found out, that it is possible to use the trdx file as ReportSource by using UriReportSource.
So, problem solved