Telerik Forums
Reporting Forum
1 answer
73 views
Hi, Telerik!
I need your help! I use CrossTabWizard im my report. And when the report content is more than page size, the first page of report  is empty. How can I get rid of this problem?
Steve
Telerik team
 answered on 04 Mar 2010
1 answer
102 views
Hi,

I have a winform application where a user can select in a combobox some categories. If a category is selected, the query related to that category will be executed and showed in a radgridview. Now I would like that the radgridview will be showed in a report by clicking on a button.

The clue is that I want different layouts for each category so I made 3 reports by the build-in designer.

Is it possible that when I click on the 'generate report' button, I bind the dataset I get from the radgridview to a report that was pre-made and show that report in a reportviewer on a form ?

I tried with the RadGridReportingLite libary you've provided but I can't get it to work cause there the reports are programmatically build.

Hoping op positive answer.
Thanks in advance.

Greetz
Massimiliano Bassili
Top achievements
Rank 1
 answered on 04 Mar 2010
1 answer
169 views
Hello All,

We're thinking about switching to Telerik reporting for some of our new products, but we have a basic requirement. We have to be able to allow the customers to dynamically change and save off report templates run time. Does Telerik reporting support this? If I have say a report that involves 10 columns in 4 tables, can I allow the customer to add a few columns, maybe a table, change some ordering, and then save that off? Obviously there is coding infrastructure around this web page and the like, but I wasn't sure how flexible telerik reports are. Also, if anyone can point me towards sample code similar to what I've mentioned that would be great.

Thanks a bunch,
Ryan
Steve
Telerik team
 answered on 04 Mar 2010
0 answers
73 views
I am having an issue when trying to create a report, I am using the report wizard. The wizard itself works fine but after the report is generated I am getting over 80 or so build error and no report is shown. I attached a screen shot of one of the errors to which takes me to the .Designer.vb code.

What seems to be happening is the classes might not being named correctly. I had to add the 1 at the end of both class names below.

Partial

 

Public Class CMSC_WEB2DataSet1

 


 

Partial Public Class CMSC_WEB2DataSetTableAdapter1

 

This took all but 2 errors away.

The errors I cannot seem to figure out deals with the line below. The error is with - ds.GetSchemaSerializable.

<

Global.System.Diagnostics.DebuggerNonUserCodeAttribute()> _

 

Public

 

Shared Function GetTypedDataSetSchema

 

Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ((ds.GetSchemaSerializable)) **Error

 



<

Global.System.Diagnostics.DebuggerNonUserCodeAttribute()> _

 

 

 

Public

 

Shared Function GetTypedTableSchema

 

 

Dim

 

dsSchema As Global.System.Xml.Schema.XmlSchema = ((ds.GetSchemaSerializable)) ** Error

 



Would anyone have an idea as to why this might be happening?
Why the report is not naming the class correctly?
Could I be doing something wrong?

thanks
Dwayne Starkey
Top achievements
Rank 1
 asked on 03 Mar 2010
2 answers
181 views

Hello,
I'm fairly new to Telerik Reporting.  I am more familiar to ActiveReports by DataDynamics.  Their software package has an event called Detail_Format that allows you access to the detail section of each individual item in the subreport.  Is there a way to do this in Telerik SubReports?

I have attachd an image to help explain my issue.
There is 1 MainReport and 1 ColorReport (subreport).  I set the datasoure for the SubReport object (List<>) and all the data shows up int eh COlorReport properly. 

I want to now change the color of the Shape object in the detail section of ColorReport based on individual data in the datasource.  When I add a breakpoint in the method SubReport_ItemDataBinding, the subReport has all the items from the datasource list. 

It seems to me that SubReport in MainReport should have the full list, but ColorReport should only know about one data item at a time.

Could you please explain how to do this?
Thanks!
Sarah

Sarah
Top achievements
Rank 1
 answered on 03 Mar 2010
1 answer
126 views
Hi;
How can I generate a chart based on crosstab table? Like Pivot Chart from Pivot Table.

Thanks
Steve
Telerik team
 answered on 03 Mar 2010
1 answer
136 views
Hi;
I have a report using crosstab and it works perfectly.
However, I want now to have it display a list of records where total is zero (just like what a left join in SQL do when it displays zero sales for one sales person for a specific product! like in http://www.w3schools.com/sql/sql_join_left.asp)

Is they anyway to do so.

Thanks
Steve
Telerik team
 answered on 03 Mar 2010
1 answer
109 views
Hi Team

I'm currently working on a report using Telerik's reporting for silverlight. Everything works find,  ReportsParameter are being sent in RenderBegin event method and the report is being rendered the way it has to be.

If possible, how could I set programmatically the settings of the printer:
- I want to print in A5 format.
- I want to select a printer from the available printers on client side.
In other words: I want to access printer's preferences.

In the forum, I saw capabilities for asp.net, what about Silverlight?

So far, I've used ReportViewerModel to "model.PrintReportCommand.Execute(null) to execute automatically the print command when the report is displayed. The Printer's dialog is being displayed and that's what I need to avoid.

Regards
Ed




Massimiliano Bassili
Top achievements
Rank 1
 answered on 03 Mar 2010
1 answer
130 views
Tags Supported HtmlTextBox.
I am developing for the System User, the ability to create custom reports (letter), from within the html, but the HtmlTextBox not support images, you can add support for the img tag in HtmlTextoBox?
Steve
Telerik team
 answered on 03 Mar 2010
1 answer
168 views
We have a sub-report that when rendered will span multiple pages;  the render format is PDF.  For each page, we would like to render a group header and footer (separate from the page header and footer).  To do so, we have created a group within the sub-report without a grouping criteria and set the PrintOnEveryPage property of the GroupHeaderSection to true.  However, we are facing several issues.

1) When we set the PrintOnEveryPage property of both the GroupHeaderSection and the GroupFooterSection to true, the application hangs on the call to the Telerik.Reporting.Processing.ReportProcessor.Render method.  The hang always occurs if the PrintOnEveryPage property is set to true for the GroupFooterSection, regardless of the setting for the GroupHeaderSection.
2) When set the PrintOnEveryPage property of JUST the GroupHeaderSection, the Render method returns and the report is rendered and the header is rendered on every page, however, the details portion overlaps the header, partially obscuring it.

Note that the sub-report itself contains 3 sub-reports as we display 3 sets of data on the same page (for comparative reasons). 

We are using Q2 2008 version of Telerik Reporting.  Has anyone else experienced the same issue?

regards,

DS
Massimiliano Bassili
Top achievements
Rank 1
 answered on 03 Mar 2010
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?