Telerik Forums
Reporting Forum
3 answers
83 views
In my report, if I just place all the fields I need on the report in the body, the report runs fine.  If I put them in a table using the table wizard (because I want the fields laid out where they have lines between the rows and columns), the report will not run.  It just keeps thinking and thinking.  Is there a reason putting it in a table layout will slow it down as compared to just placing the fields on the report?
Peter
Telerik team
 answered on 20 Sep 2010
0 answers
69 views
Hello ,
I want to use Telerik RadGrid Inside of Telerik Report so that i can use this report into Telerik Reportviewer could it be possible to do such task..its our requirement to use only Telerik RadGrid along with Telerik ReportViewer...can you please help out for that?
Shahbaz Aslam
Top achievements
Rank 1
 asked on 20 Sep 2010
0 answers
116 views
Is there any effort in adding layout controls such as a regular table (non data bound table) (unless there is a way to utilize the current table for layout and not use the detail section).  I'd like to be able to display Totals/Summary data in a separate area from the main table that displays the data, but have a table like layout.  It seems in order to due this you have to at least set up the bindings, but then I get X rows since the details section must remain.  When using the panel control it would be nice if there were more docking options for inner controls like top left, top right, etc instead of just top, bottom, left, right and fill.

Thanks
MD
Top achievements
Rank 1
 asked on 19 Sep 2010
5 answers
121 views
Friend I am making reporting with silver light
I am following this thread
http://tv.telerik.com/watch/reporting/video/getting-started-with-telerik-report-viewer-silverlight

every things go well but when I run the report it give me error that report no found any quick idea, please see attachment for error.

Thanks
Shakti
Shakti SIngh Dulawat
Top achievements
Rank 1
 answered on 17 Sep 2010
1 answer
88 views
Hi,

i am not able to view multi column report as it is in ReportViewr i.e  it is showing as a single column report only.
when i export the report to PDF format it will be in multicolumn. please assist me regarding this. 

 

Peter
Telerik team
 answered on 17 Sep 2010
2 answers
114 views
Hi Telerik,

We need to print out our report with generic / text printer.
When we print our report by text printer, there is any text in print file..
this is required for fax device..

how can we print generic/text report with telerik report?
this is urgent..help please..

thanks..
Peter
Telerik team
 answered on 17 Sep 2010
1 answer
75 views
Hi,

I'm using version Q3 2009 Reporting and would like to know how to run parameter stored procedures with this version.  I've seen the video which walks you through this effort but that version contains a stored procedure option.

Please help I'm trying to get this going ASAP.

Thank You,
Steve
Telerik team
 answered on 17 Sep 2010
1 answer
148 views
I have a report in which I need to know the report data for the detail section, but after filtering is applied.
How can I get this filtered report data, and in which event can I get it?

Thanks
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 17 Sep 2010
4 answers
140 views
Hi Telerik team

Yesterday I spent more than 4 hours to figure out the problem and nothing from your forum didn't help.

Then I found that if I disable such code from App.xaml.cs - problem disappears

WebRequest.RegisterPrefix("http://"WebRequestCreator.ClientHttp);
WebRequest.RegisterPrefix("https://"WebRequestCreator.ClientHttp); I prepared sample project to reproduce the issue, but cannot attach it here Please answer me ASAP if you have some workaround. My project really needs above mentioned code Regards, Michael
Tobias Rodewi
Top achievements
Rank 1
 answered on 17 Sep 2010
3 answers
333 views

Hello,

We are using Telerik Reporting Q2 2010 (winForms).  Usually, our report datasources are pointing to SQL Server stored procedures (i.e., property window shows

datasource SelectCommand property set to a stored procedure, SelectCommandType StoredProcedure) that take parameters, and that approach has been

straightforward.  However, one report we are working on requires a datasource that points to a SQL text (i.e., property window shows datasource SelectCommand

property set to the SQL text, SelectCommandType Text).  The challenge we are running into is to get this text to accept a parameter; in particular, a string

parameter.  Everything works fine when the datasource references a SQL Server database for both String and Int32 parameters, as well as Oracle when using an

Int32 parameter.  We discovered that using a colon ":" prefix on the parameter for Oracle works, whereas the "@" prefix works for SQL Server.  However, the

"fun" begins when using a String parameter with Oracle.  Each time with do so (prefixing the parameter with a ":" as with an Int32 parameter), we get the

following error message:  An error has occurred while processing Report "":  ORA-12704:character set mismatch.  The SelectCommand is something like this

where the SelectCommand references an Oracle varchar2(60) field as a String parameter: "SELECT <field1>, <field2>, <field3>, <field4> FROM Customers WHERE

CustomerName = :custname>."  The same SelectCommand slightly adjusted to reference an Oracle Number field as an Int32 parameter works just fine, as with the

following:  "SELECT <field1>, <field2>, <field3>, <field4> FROM Customers WHERE CustomerNumber = :customernumber."  Only the String parameter version throws

the error mentioned above.  How do handle passing a String parameter to Oracle.  By the way, the Oracle version we are on is Oracle 8i (8.1.7.4).

Regards,

Curtis Butler

Curtis
Top achievements
Rank 1
 answered on 16 Sep 2010
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?