Telerik Forums
Reporting Forum
1 answer
81 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
99 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
64 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
133 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
130 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
312 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
2 answers
218 views
I am trying to reference a report textbox contained in a Group Footer Section.  The Value of this control is a Sum expression like this
= Sum(Fields.ABC).  I am trying to reference the calculated value of this control (named txtSumV48)  like this
If txtSumv48.Value > 0 Then
    do something spectacular
end if
I am using the Group Footer Section's ItemDataBound event to place this code.
I have tried a number of different approaches to get the calculated value but no luck.  It keeps coming up with the value "= Sum.... " and it lets me know this cannot be converted to a double or single or whatever data type conversion function I tried.  I am thinking that the report processing cycle is biting me.  First headers, then detail, then footers.  Any ideas on how to accomplish this, plus illumination/education on this will be most appreciated.  Thanks in advance
Chuck Harrington
Top achievements
Rank 1
 answered on 16 Sep 2010
1 answer
86 views
Hello,
I need to permit the export only in PDF format... I've found this link but it works on Win and Asp.net application , is there a way of acheiving this under SL?

Thanks
Paolo
Peter
Telerik team
 answered on 16 Sep 2010
1 answer
47 views
When I preview a report in the designer then I go back to the Design tab the headers ,footers, groups are all mixed up until I resize one of them.
Peter
Telerik team
 answered on 16 Sep 2010
2 answers
116 views
Hello,

I have a web site, and an aspx that includes a silverlight application using telerik:ReportViewer.
The aspx gives it the Report name to use ("ProjectReport" for instance), and the silverlight do something like this :

ReportViewer.Report = String.Format("ReportService.{0}, ReportService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", App.Current.Resources["Report"]);

 


 Moreover, a user can upload report files (ie: Fubar.cs Fubar.Designer.cs Fubar.resx) to the website, and can wish to see it directly in the website. (and all other connected users too)

My question : is that possible (without reboot of the application I mean) ? Because currently, the reports are in a web application (for namespaces), so, no live compilation, so the uploaded reports are not found by the ReportService. Is it possible to do something like this ?

Thanks you,

Stephane
Massimiliano Bassili
Top achievements
Rank 1
 answered on 16 Sep 2010
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?