Telerik Forums
Reporting Forum
3 answers
116 views
Im trying to pass a field as a parameter to a subreport and i'm afraid the documentation isn't helping me:

Collapse imagePassing Parameters to a SubReport

To setup parameters for a SubReport click the ellipses of the Parameters property. Each parameter consists of a Parameter Name and Parameter Value.

Click the New button to add a parameter. Assuming you have assigned the ReportSource property the Parameter Name drop down list will contain the names of parameters defined in the report. Select a Parameter Name from the combobox to set the target for this parameter. Parameter Value combobox allows you to enter value directly, create an "<Expression>" or a "<New Report Parameter>".


  • Firstly the screen capture doesn't represent what 'im seeing.
  • then I'm unsure where I should find this "Parameter's Property"
  • I have "report parameter", is that the same thing?
  • Should the referred parameters be in the subreport or the parent report?
I notice that also in the API documentation that Parameter is obsolete?
http://www.telerik.com/help/reporting/allmembers_t_telerik_reporting_subreport.html
Public property Parameters Obsolete.


Stef
Telerik team
 answered on 20 Mar 2013
1 answer
169 views
Hi,

I need to dynamically adjust the height of a group header.  Unlike other sections there doesn't seem to be a processing class for the group header. How do I go about adjusting.

Essentially I need to hide certain fields in the group header depending on whether they have data.  That works fine but the net result is that once they are hidden the group header is much too tall.  Have I missed an auto adjust setting somewhere?  

Regards

Jon
Jon
Top achievements
Rank 1
 answered on 20 Mar 2013
0 answers
157 views
Please ignore this.
Manish
Top achievements
Rank 1
 asked on 20 Mar 2013
4 answers
891 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
82 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
52 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
99 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
608 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
58 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
92 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
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?