Telerik Forums
Reporting Forum
5 answers
136 views
I recently upgraded a report class library using the upgrade wizard.  At first I was getting parameter errors: Warning 2 '@PolicyNum' is not a valid ReportParameter name. C:\WebSites\ClassLibraryLR\ClassLibraryLR\InsuredName.Designer.vb 127 0 

On advice from another post on a different upgrading problem, I uninstalled and reinstalled the Q2 2010 reporting, but that didn't do anything.  So I tried deleting and re-adding the Telerik.Reporting reference.  I added some additional Reporting references (Telerik.Reporting.Service, Telerik.ReportViewer.WebForms and Telerik.ReportViewer.Wpf), and now have this error:

Warning 2 The designer could not be shown for this file because none of the classes within it can be designed.  The designer inspected the following classes in the file:

 LRSummary --- The base class 'Object' could not be loaded.  Ensure the assembly has been referenced and that all projects have been built.  0 0 


The parameter error is also happening on some of the other reports.  Any ideas on how to fix this?
Terry Webster
Top achievements
Rank 1
 answered on 18 Oct 2010
1 answer
51 views
Hi,

I already used RadChart for silverlight to create a chart. Can I integrate this xaml file into my report so that I don't need to draw the chart again in report?

Thanks
Peter
Telerik team
 answered on 18 Oct 2010
1 answer
193 views
Hi,

When I have a table which spans more than one page, additional pages keep appearing either at the top or within the table.  For example, the table will start halfway down page 1 (as expected), page 2 will be blank, the table continues on page 4, pages 5 and 6 will be blank and then the table continues on page 7.  I have set KeepTogether = false on the table and the groups and it is just a simple talbe connecting to a Sql DataSource.  Is there something I am missing?

Thanks,
Rob
Peter
Telerik team
 answered on 18 Oct 2010
0 answers
71 views
Hey Guys,

I have a set of fields that are supposed to be displayed in specific places in a template, that's gonna be printed with some fixed content located in that template
What's your recommendations?
1. Should i display the image as report background?
2. Should i just layout the fields on a blank report and put a copy of the paper and fix the positioning of the fields?
3. Should i use a PDF template and send the report to overwrite that PDF template?

Thanks a lot
Mike
Mike_T
Top achievements
Rank 1
 asked on 16 Oct 2010
1 answer
264 views
Hi,

I have a report with multiple charts but only one sql datasource and uses filtering of the results for each chart.
The sql datasource calls a stored procedure with parameters and returns the results for all charts.
I noticed a performance issue on the report with large datasets and found out that even though I have one datasource the stored procedure is executed on the database for each chart with exactly the same parameters (in the designer and in the silverlight report viewer). 

I have tried to use the needdatasource event of the charts and execute the sql there for the first chart and use the same dataset in the others but that does not seem to work either.
I have placed the code below.

If a stored procedure is used and the parameters of the stored procedure is not changed it would make sense to only execute it once right?

Thanks for the Help,
Kobus

public

 

 

partial class Report1 : Telerik.Reporting.Report

 

 

 

{

 

 

 

DataSet dataSetChart = null;

 

 

 

public SummaryDashboardReport()

 

 

{

 

 

InitializeComponent();

 

 

 

 

}
 

 

 

 

private void char1_NeedDataSource(object sender, EventArgs e)

{

dataSetChart = FillChartDataSet();

(sender 

 

as Telerik.Reporting.Processing.Chart).DataSource = dataSetChart;

 

 

 

}

 

 

 

 

 

private void chart2_NeedDataSource(object sender, EventArgs e)

{

(sender 

 

as Telerik.Reporting.Processing.Chart).DataSource = dataSetChart;

 

 

 

}
}

 

 

 

 

 

Peter
Telerik team
 answered on 15 Oct 2010
1 answer
142 views
I have noticed that when you preview a silverlight report and print it; Then you change the data to the report on another window. When you press preview in the silverlight report viewer to refresh the data it works correctly. When you Print the report (after all that) it prints the original data and new data. It does not print modified original data. IE a property changed in your data object.

In other words the data in the print out does not match the preview. We tried printing several times. The preview was correct but each printout had the old data.
Steve
Telerik team
 answered on 15 Oct 2010
5 answers
475 views
Hi,

Is that possible to change the Theme for Telerik Reporting?

Please advice.
Steve
Telerik team
 answered on 15 Oct 2010
2 answers
131 views
All text formating I that I make in VB Studio to charts on my report don't carry over when compiled into a binary. Al changes come out in the preview tab but when I compile the report into a dll binary that is used to export the data and charts into a PDF file none of the text formatting is there. This is especially annoying when the values on the charts are large currency numbers. I have tried formating the text in both VB and in VB properties table and neither do any different.

I am able to angle the axises and the label values on the charts but color, font, and numerical format do not differ.
Bradley
Top achievements
Rank 1
 answered on 15 Oct 2010
5 answers
397 views
Hello,
I've got problem with the pdf size that telerik's report processor generates... I got files around 500kb each one (I've just set to subset the property in web.config) ... using tools like Acrobat  Distiller I got size about 130-150KB ... isn't possible to have a similar feature on the PDF generated by the report? I can't set to none the subsets since they must be processer by an online service that needs subsetted fonts

Thanks
Paolo
Steve
Telerik team
 answered on 15 Oct 2010
4 answers
281 views
I have a report that I am creating.  It is a single page document that I am trying to put a border around the complete document.  Setting the Border settings on the report are shown in the attached png file.   I have tried multiple setting with no effect on the printout.  I am using Q1 2009 controls.

I have attached a screen shot of the viewer showing the document with the border.
I have attached a screen shot of the printout without the border.

Suggestions???

Doug
Doug Hamilton
Top achievements
Rank 1
 answered on 15 Oct 2010
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?