Telerik Forums
Reporting Forum
1 answer
213 views
Hi guys...

On my process of migrating reports... I found that when you copy a telerik reporting panel item with some textbox items inside from an open designer and try to paste on another open designer window visual studio sends an error (....index out of bounds I think remember) and then the new pasted items remains out of the panel on a state that if I try to click or move some of them finnally visual studio crashes and terminates himself. It should be easy to reproduce this behavior because it always be on all my trys.

On my Trys, The first report is landscape and the second aren't so it's possible that some of the items that are trying to be pasted will be appear out of printable area on second report and this should produce the behavior...I don't know.

 Regards.

David Tomás
Rossen Hristov
Telerik team
 answered on 11 Feb 2008
1 answer
111 views
Are there any plans to offer a way to integrate the report designer into an application so the end user can create/customize reports? If so, when?
Svetoslav
Telerik team
 answered on 11 Feb 2008
3 answers
398 views
I've added several series to a vertical stacked bar chart. The series are displayed on the chart in the reverse order relative to their position in the series collection. On the other hand legend items are displayed in the same order that they are contained in the series collection. I'd like to reverse the order of the items in the legend so that they match the displayed data.

Is there any way for me to change the legend items?

Thanks,
Joe
Chavdar
Telerik team
 answered on 11 Feb 2008
2 answers
151 views
I have multiline text labels on the x-axis of my chart that always come out left justified. I want to be able to set the horizontal alignment of the text to 'centered' but nothing I've tried seems to have any effect. Any ideas?

Joe
Top achievements
Rank 2
 answered on 08 Feb 2008
3 answers
292 views
Hello Telerik,

Is there a workaround on how to display a checkbox when data contains boolean values?
I found one example (http://www.telerik.com/ClientsFiles/055916_CheckBoxes.zip) on how to do this but the code is in C# and I just can't get it translated to VB.
Could you help me with this one or are there other possibilities to show checkboxes?

Thank you!

Geert
Milen | Product Manager @DX
Telerik team
 answered on 08 Feb 2008
1 answer
149 views
Is it possible to hide the page header (and/or other sections) of a report when it's exported to excel through a web viewer?

Thanks,
Eric
Chavdar
Telerik team
 answered on 08 Feb 2008
3 answers
240 views
In my web-application I've created a page with the ReportViewer.
I want to display directly the PDF file without view the report.
In the Page_Load event I've written:

Report1 report = new Report1(cnString, idProduct);
ReportViewer1.Report = report;
//Export to PDF (method from the Telerik Reporting help)
ExportToPDF("Product_" + idProduct, report);

In the local machine it works and I obtain the PDF file, but on the server I get an error.I've copied the following dll on the bin folder on the server:
  • Telerik.Reporting.dll
  • Telerik.Reporting.Processing.dll
  • Telerik.Reporting.Interfaces.dll
  • Telerik.ReportViewer.WebForms.dll
When I try to view the page I obtain the following error:

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Cannot create an object of type 'Telerik.Reporting.Report' from its string representation 'ReportScheda.Report1, ReportScheda, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' for the 'Report' property.

Chavdar
Telerik team
 answered on 08 Feb 2008
1 answer
272 views
How can we format XAxis data in

"dd-MMM-yy" format.
 
I have used this code--

Chart1.PlotArea.XAxis.DataLabelsColumn =

"EntryDate"

Chart1.PlotArea.XAxis.Appearance.CustomFormat =

"dd-MMM-yy"

But this shows "dd-MMM-yy" string on XAxis instead of  date in the above format.

Chavdar
Telerik team
 answered on 08 Feb 2008
13 answers
829 views
Hi..

I'm working on an application where i'm making use of telerik reporting. I want to know whether it is possible to add controls to reporting without CSharp.ReportLibrary. I mean, is it possible to do it directly in aspx.cs page itself. Can any one give me an example for that.

If its not possible please tell me how to add ReportLibrary and the design pages in to my project

Anoop
anu
Top achievements
Rank 1
 answered on 08 Feb 2008
3 answers
306 views
Hi,

I have my reports in a separate class library project.
The report has a picture box with jpg image loaded (Sizing:ScaleProportional).

When I preview report in Preview panel of the report designer the image is shown and printed on the printer.

When I display that report in the web report viewer of my ASP.NET application, the image is shown in the preview (web viewer), but it is not printed while the rest of the report IS printed.

Any idea what is going on?

Thanks in advance

Miroslav
MiroslavStantic
Top achievements
Rank 1
Iron
 answered on 07 Feb 2008
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?