Telerik Forums
Reporting Forum
1 answer
883 views
I am trying to create a report that calls a stored procedure for its data source... this works fine with SQL Server, however when I tried this with Oracle i run into some problems.

From my understanding, Oracle stored procedures need to return a ref cursor in order to return the results of a SELECT statement. But when I use the Telerik report wizard to call the stored procedure, it doesn't show me the rows in my select as the output parameters. It only shows the ref cursor.

Can anyone provide a simple Oracle stored procedure and instructions on how to connect to it using the Telerik report wizard?

Greatly appreciate any help, thanks!
Peter
Telerik team
 answered on 24 Oct 2011
0 answers
157 views
Hi there
Usually everybody needs the word wrap functionality of the text boxes in a report (PDF in our case). But for my current project I need to disable multi line and word wrap and the text should be written until the end of the text box. Even if I set word wrap and multi line to the text box I can't see the last word if the word overlaps the end of the text box partially. Instead of writing to the end and then cut the text (perhaps in the middle of a letter), the whole word will be cut.

Does anyone have an idea how to solve this?

Kind regards
Roger
Roger Abderhalden
Top achievements
Rank 1
 asked on 23 Oct 2011
1 answer
552 views
Hi,

I want to remove all the other option except "Excel" from the export dropdown of a telerik report viewer control.

Appreciate sample code.

Regards,
Pradeep K S
IvanY
Telerik team
 answered on 21 Oct 2011
1 answer
157 views
With telerik reporting, is it necessary for the telerik reporting engine to be installed on the production server, or is it fully contained within my web project when it is published to the server?
Thanks
Peter
Telerik team
 answered on 21 Oct 2011
3 answers
1.2K+ views
I have the following situation - Table item with grouping. Since I don't need the detail row, but only group total rows I deleted the details row (I found no way to hide the entire row), so my table only cosists of group total rows. I want these rows to have numbering. I added a new column with the RowNumber() expression but when I execute the report it returns 1 for all the rows. Please advice me urgently how to fix this problem.
Pravin
Top achievements
Rank 1
 answered on 21 Oct 2011
3 answers
196 views
When printing (pdf) HTMLTextbox is cropping text when using italic font, although the text shows the full text in screen.

For example....
<i><font size="1">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</font></i>

is shown correctly in the web preview, but when printing or exporting to PDF it cropps the last characters/words from each line. If I remove the "<i>" tags it works OK.

Any ideas?
Thanks!
Peter
Telerik team
 answered on 20 Oct 2011
1 answer
128 views
Hi,

I want to make an subreport to have a common page footer, the subreport don't can put in page footer. The subreport put into a group without criteria, but I want setup the page number but the page number is only available in the page footer but not in the group header.

The question is, How do I get a common footer for all my reports?

Thanks for your help
Omar Vasquez
Top achievements
Rank 1
 answered on 19 Oct 2011
1 answer
236 views
I'm exporting a rad grid to an excel file but would like to save the exported file directly on the local/server machine to a particular directory instead of prompting the download. Is this or any variation of this possible?
Michael
Top achievements
Rank 1
 answered on 19 Oct 2011
1 answer
607 views
I couldn't find any solution regarding this matter. If anyone use Telerik and have any idea about this please post. :)

Currently I have an ojbect:

Absence
 -> List<Available> Available

I was successfully pass the List object to the main table and list out the Absence object. However when i try to do something like the ff, I have a mental block and I could not find anyway either on google or on their documentation

------------------------------------------------------------
| ABSENCE                                                  |
------------------------------------------------------------
|  Field1   | Field2                                       |
|                                                          |
|  -----------------------------------------------------   |
|  | Available                                         |   |
|  -----------------------------------------------------   |
|  | Available Field1    | Available Field2            |   |
|  -----------------------------------------------------   |
|                                                          |
|----------------------------------------------------------|
|----------------------------------------------------------|
|  Field1   | Field2                                       |
|                                                          |
|  -----------------------------------------------------   |
|  | Available                                         |   |
|  -----------------------------------------------------   |
|  | Available Field1    | Available Field2            |   |
|  -----------------------------------------------------   |
|                                                          |
------------------------------------------------------------


I cannot find anyway to bind or change the datasource of the subTable to the corresponding sub object
How can I archive this kind of result?

Thank you
Ivan
Telerik team
 answered on 19 Oct 2011
5 answers
249 views
Hi,

I'm trying to populate a table with a DataTable object.

private void detailTable_NeedDataSource(object sender, EventArgs e)
{
    (sender as Telerik.Reporting.Processing.Table).DataSource = OrderDetails;
}

Unfortunately nothing happeens, the table is empty. I've searched the forum and docs for any explanation or solution, but I was not able to figure out how to put the data at runtime into the table.

Any suggestions whats wrong with my code?

PS: I found a forum post which stated that I have to use a parameterless constructor. If I do so, to problem remains the same. No data shows up.
Peter
Telerik team
 answered on 19 Oct 2011
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?