Telerik Forums
Reporting Forum
0 answers
186 views
Please ignore this.
Manish
Top achievements
Rank 1
 asked on 20 Mar 2013
4 answers
1.0K+ views

Hello,

In report class, i have GenerateReport mathod which returns report stream.

public Stream GenerateReport(ReportRequest reportRequest)

 

{


reportTable.DataSource = Data;

ReportProcessor

  

reportProcessor = new ReportProcessor();

  

return new MemoryStream(

 

reportProcessor.RenderReport(reportRequest.Format.ToString().ToUpper(),

 

this, new Hashtable())

 

.DocumentBytes);
}


But during reportProcessor.RenderReport mathod i am getting error that

""An error has occurred while processing Report 'Report':

Invalid URI: The format of the URI could not be determined.""

Also it is not firing reportTable_ItemDataBinding event.

In report constructor i am binding report table with event which insert cells and row/column groups dynamically.

reportTable.ItemDataBinding +=

 

new EventHandler(reportTable_ItemDataBinding);

 


Report is hosted by WCF reporting service and GenerateReport mathod is being called by WCF client. 

 

Please help. If you need specific more detail, please let me know.

Thanks,
Manish

 

Manish
Top achievements
Rank 1
 answered on 20 Mar 2013
1 answer
99 views
The sequence of actions is as follows:
1. I build a project named "MyTelerikReportLib" and using Telerik Reporting Q2 2010 I build a report and its works fine (designer and Preview tabs).
2. I generated the reference inside the bin folder (it generates two files inside the bin folder: MyTelerikReportLib.dll and MyTelerikReportLib.pdb).
3. In other page I put a Report Viewer Telerik component and inside the Report property there is a "Report Types" where I expected to find my report, but this element is empty. The result is that I can not "link" my report in the report viewer.
What I'm missing? or doing wrong?
Thanks!
David
Milen | Product Manager @DX
Telerik team
 answered on 20 Mar 2013
1 answer
104 views
I'm in win 8 and VS 2012.  When I put my reports in my asp.net application and run my app through visual studio (with or without debugging), the reports come up blank after the rendering spinning circle.  On Chrome it works fine through VS.  When I deploy my app, the report looks fine on IE though.  This just seems to be an issue inside visual studio.
Squall
Top achievements
Rank 1
 answered on 20 Mar 2013
1 answer
123 views
I have created 2 simple classes to represent an order and orderlines. I am now trying to create a report to display this data.

The data is presented via a viewmodel method
[DataObjectMethod(DataObjectMethodType.Select)]
        public ReportOrderDetail GetReportOrderDetail()
{.....

This returns the Order POCO with a property OrderLines.

In order to display this data, do I need to create a subreport against the orderlines?

If so, how do I connect this subreport to the OrderLines of the parent report?
Peter
Telerik team
 answered on 20 Mar 2013
1 answer
655 views
We have a license for telerik reporting.

I want to give some internal staff access to the stand alone designer.  Is there a separate install for this component or should it be installed via the complete Telerik Reporting install?  These other machines do not have Visual Studio installed.

Peter
Peter
Telerik team
 answered on 20 Mar 2013
0 answers
73 views
Hi

I am trying to make the reports centered when I print a generated report in XLS and in PDF.
I can make the report center aligned in PDF but if I do this adjustment I am getting page break in XLS.
Is there a way to make the report center aligned and not get a page break in XLS?

Thank you!
Charles
Top achievements
Rank 1
 asked on 20 Mar 2013
1 answer
116 views
Hello

I would like to ask if there is a way to render the reports inside a reportbook in parallel threads to improve the performance and at the end combine it to one single file (PDF).

Currently users can choose to "bind" more reports together and say they want 100 reports and each has to be printed in 8 copies that is already 800 separate reports to render and each of them takes about 0.5 seconds (excl. the time to fetch data from db) and we would like to improve on that.

Thanks in advance!
Elian
Telerik team
 answered on 19 Mar 2013
1 answer
131 views
Hello,

Im having an issue with a report, I have a sub report inserted, when I do preview, I have correctly 1 page with my sub report data correctly display in the good place of the report, but when I do print preview , my sub report data go to another page, like the data move out of the A4 pages , I checked my sub report settings and it is also set to A4 page and the size of sub report is smaller than the A4 width dimension.

I checked already the 2 pages :

http://www.telerik.com/help/reporting/designing-reports-design-considerations-report-layout.html
http://www.telerik.com/help/reporting/report-viewers-interactive-print-view.html

But I didn't find a solution of my pb.

Screnshot:

Main report

Subreport

Main Report Preview


Main Report Print Preview

Any Help or suggestion will be really apreciated

Regards.







Hadib Ahmabi
Top achievements
Rank 1
 answered on 19 Mar 2013
3 answers
277 views

Right now I have a working report with the data source set to a user object. However I would like to show this report multiple times inside one report with the datasource set to a dynamic collection of user objects.  What would be the best solution for this?

Thanks
Chris

Hrisi
Telerik team
 answered on 19 Mar 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?