Telerik Forums
Reporting Forum
1 answer
234 views

Hello, I am trying to run a stored procedure which is located within an oracle package. The report wizard does not locate these stored procedures, so I have tried to write an SQL statement which should execute it. However when I test it, no rows are returned (no error messages given).

What is the correct syntax to achieve this? 

 

This is my current attempt:

DECLARE 
  P_VAR1 NUMBER;
  P_VAR2 NUMBER;
  p_cursor sys_refcursor;

BEGIN 
  ​P_VAR1 := 123;
  P_VAR2 := 456;
  p_cursor:= NULL;

  NII.​MYPACKAGE.MY_PROCEDURE( P_VAR1, P_VAR2, p_cursor);
  COMMIT; 
END; 

 

 

Nasko
Telerik team
 answered on 01 Sep 2015
4 answers
1.0K+ views

Hi

I have the following problem: A Report containing graphs (a pie and a bar) which show the status of objects.
This status can be canceled, ok, delayed,…
I want to set the shown color of the graphs corresponding to the status:
Ok = green
Delayed = orange
And so on.
If I set the ColorPalette to the desired Colors everything is fine until a status is missing (no object has the status OK) then green is used for the delayed Status and so on.
Is there a way to enforce the same color for a certain attribute value, even if another attribute value is missing?

 

Thanks for any help

Nasko
Telerik team
 answered on 31 Aug 2015
3 answers
298 views
I'm need to progromatically change some things ​in a report based on external conditions. I've created a non-visible parameter and I'm setting that parameter value from outside the report. However, I'm never seeing the parameter being set to anything but the default expression string from either the report constructor or the ItemDataBinding event. When in the cycle are report parameters bound to their values, and how can I hook into that?
Nasko
Telerik team
 answered on 31 Aug 2015
2 answers
332 views

Hi,

I have a field biding to data and put it in to table "Example 1, Example 2, Example 3".

I want it auto break line in cell:
Example 1​
Example 2
Example 3

It's a possible in table? who can hlep me.

thanks a lot!

Thien
Top achievements
Rank 1
 answered on 29 Aug 2015
9 answers
113 views
Hi,
I have a telerik reporting WCF self host service to show the report with silverlight report viewer. I noticed that the WCF function fire twice when I run the report.
can anyone tell me the cause.

Thanks in advance
Chandan
Stef
Telerik team
 answered on 28 Aug 2015
1 answer
1.0K+ views
How to add multiple data sources to the same section/Different sections in a telerik reporting.
Nasko
Telerik team
 answered on 28 Aug 2015
1 answer
141 views

Hi all,

 I have a TRDX report, and several chart diagrams on it. But since I create and form datasource for report dynamically in code-behind, I would like to know whether it is possible to bind the additional datasource in code-behind dynamically to the chart, without setting it in Telerik Report Designer?

Nasko
Telerik team
 answered on 28 Aug 2015
1 answer
512 views

I have a MVC project. I created a report successfully, but I can't get a report viewer to work.  In my view I have the line

@(Html.TelerikReporting().ReportViewer()

​When I run the project, I get the error

CS1061: 'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'TelerikReporting' and no extension method 'TelerikReporting' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<dynamic>' could be found (are you missing a using directive or an assembly reference?)

I've tried setting CopyLocal = True on all the Telerik references, copied all the Telerik reporting files to the bin folder, added using lines to the view, but nothing seems to work.  I'm about to give up on Telerik reporting.  Any suggestions on what I can do to get this to work?

Nasko
Telerik team
 answered on 28 Aug 2015
2 answers
736 views

Hi

I'm generating a dynamic table and am also exporting this to excel and PDF. Everything is ok when exporting to pdf. But when I try to export to csv, the file is generated as a single column with only the value, no columnheader.

 

So I started with the exampleapplication found at http://www.telerik.com/forums/dynamic-table-in-telerik-reports and altered it so it has and export button to csv. You can find it here: https://www.dropbox.com/s/ibl54sobc9tj6ga/AutoGenerateColumns.zip?dl=0

. The file it generates is also in the csv. Could someone help me with generating a csv with columnheaders and the column and rows like the preview?

Nasko
Telerik team
 answered on 28 Aug 2015
1 answer
722 views

Can I use just the parts of Telerik Reporting necessary to open a Telerik Reports template, fill it with data, and export it to a PDF in Xamarin Cross-Platform?  I don't need a report viewer to render the report on the mobile platforms, or any other reporting functionality.

More info - I have people filling out forms on the web and on mobile devices.  The forms have a standard printout but each section can expand so I can't use PDF forms directly. instead I used Telerik Reports on the web platform to generate pdf files with expandable sections (and unknown page counts).  Now I need to generate those on the mobile platforms (Android, iOS, and soon Windows Universal).  However, these have to work offline so I can't generate the PDFs via a web service.

Thanks,

John H.

Nasko
Telerik team
 answered on 28 Aug 2015
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?