Telerik Forums
Reporting Forum
2 answers
177 views
I have seen a code snippet in the tutorials but that doesn't really help in creating reports at run time.

I have a dataset which is being generated at run time.  The program does not know what data is going to be in the dataset at design time. However we need to generate reports during run time based on the data in the dataset. Obvoisly, I cannot design the report before hand and so need to design the report in the code. I have researched a little bit but doesn't seem to get the full code sample that can get this done.

Any leads to this end would be much appreciated. What I am looking for is a full sample webpage code for generating a report from a dataset.
Anil K
Top achievements
Rank 1
 answered on 15 Oct 2009
1 answer
109 views
I currently have 2 reports that are bound to a DataSet. The first report has 3 parameters and is the full report, or master report if you like.
It shows a list of Products, along with other details.

The second report has 4 parameters, 3 of which are the same as the first report. The last parameter is the product code.

Basically, I want to use some sort of link on the product in the first report that will then pass it's parameters, along with the product to the second report and display the results in the report viewer with an option of returning to the previous report.

Is this possible or is there something you can suggest that will perform something similar?
Steve
Telerik team
 answered on 15 Oct 2009
1 answer
55 views
Hi,
 Iam using RAD Controls for Winforms there i can export my data to excel sheet but i want to export my data to pdf  i found that its possible through Telerik reporting i have downloaded that thing with that how can i export my data to pdf and note that i want to export data to pdf for windows application

any help would be appreciated

thanks
yeswanth
Steve
Telerik team
 answered on 15 Oct 2009
5 answers
157 views
Hello Telerik-Support team

I create a report with a table control and some conrols in the details section.

Currently I want to implement that each table item and each details section item
get a defined color. This color is defined in the database,

So the table shows for example 5 items from an table which also has the RGB-Color
definition. So on showing this items in the report each table row(item) must get this
color as background.

The same i want to implement on the details section (items).

Is this posible and when how? :)

Greetings
Christian
Steve
Telerik team
 answered on 15 Oct 2009
6 answers
120 views
Hello all,
this question is directed directly to Telerik Team as i cannot ask them directly elsewhere as i am not a customer yet (:

anyhow, i am evaluating your reporting engine for our Company located in Cairo Egypt but i have a serious concern.

as i have watched several vedios for your report building and i think it has lots of potential for us to use specially the arabic support, the most important thing i noticed was Report Parameters, which is great by the way.

Regarding the Report Parameters shown on the top of each report, i need to confirm the following:
1 - do they work in both windows and web vieweres ?

2 - can i right align the parameters fields and set an arabic tags for the boolean and value parameters input UI fields or not ?


thank you and wish you more and more development in your products.
Maged Reda
Top achievements
Rank 1
 answered on 15 Oct 2009
7 answers
167 views
Hi Telerik Team,

I have just created my first report, that contains a chart. Beside the chart the report has a TextBox control.

For the TextBox I have set as Font Arial and as FontSize 9,75pt.

I tried to set the same Font-Settings for the AxisLabel of the X and the Y Axis. It nearly seems to work, but the text shown on report differs. While the TextBox shows the text as expected the AxisLabels text is very grainy. I have the same problem with the text in the legend and the scales in the chart, too. What am I doing wrong.
SIlvia
Top achievements
Rank 1
 answered on 14 Oct 2009
1 answer
217 views
I'm trying to reduce the export option to PDF & Excel.

I've searched the help and found this broken link -
http://www.telerik.com/help/reporting/configuringtelerikreporting.html

I've found a thread that suggests adding a section to the Webconfig.

What I have done is to create a web.config in the reports folder but it hides all the export options. What am I doing wrong.
<?xml version="1.0"?>  
<configuration> 
  <configSections> 
    <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting.Processing, Version=3.1.9.701, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere"/>  
   </configSections> 
  <Telerik.Reporting> 
    <Extensions> 
      <Render> 
        <Extension name="IMAGE" visible="false"></Extension> 
        <Extension name="HTML" visible="false"></Extension> 
        <Extension name="MHTML" visible="false"></Extension> 
        <Extension name="XLS" visible="true"></Extension> 
        <Extension name="CSV" visible="false"></Extension> 
        <Extension name="PDF" visible="true"></Extension> 
      </Render> 
    </Extensions> 
  </Telerik.Reporting> 
</configuration> 
 

Andy
Steve
Telerik team
 answered on 14 Oct 2009
0 answers
85 views
I have created a stored procedure and created a dataset for the stored procedure , i don't know how to pass the dataset to the report parameter.
Deepgowshy Sukumar
Top achievements
Rank 1
 asked on 14 Oct 2009
4 answers
199 views

Dear Telerik Support,

Is there a way to programmatically uncheck the Isnull checkbox on a report parameter?

Please advise,

Woody

Jim
Top achievements
Rank 1
 answered on 14 Oct 2009
7 answers
282 views
Hello - I have several Web reports in my application.  They work wonderfully... most of the time.  Every now and then, a Report will just spin and spin and spin, never actually displaying the Report.  If I go back and rerun the Report, it generates immediatly (as it should).  I'm not sure what to trouble shoot here, since clearly it works 90% of the time.  One user let it run over night and in the morning, it said 'Page Not Found'.  Do you have any suggestions?
Chavdar
Telerik team
 answered on 13 Oct 2009
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?