Telerik Forums
Reporting Forum
6 answers
280 views
Hi,
I got problems with the extra spaces that is generated when exporting to excel.
I have read your guidlines when exporting to excel but I can't get it right.
As you see in the print screen of VS, my textboxes are perfect aligned but still it generates "a lot" of empty rows! :(

What should I do?
(using 2009 Q3 3.2.9.1113)


/Mattias

Mattias
Top achievements
Rank 1
 answered on 28 Nov 2009
16 answers
218 views

Hello Telerik,

I  have some strange problem with lates version of Telerik.Reporting. 

My application generates bar code - reports, but when I try to make export to PDF format I see '#ERROR# Parameter is not valid' instead of bar code. This strange beheviour I see in all pages instead of first page (on first page - everything ok!). I have tested your demo example (Product Tags) on my environment, result: the same errors in pdf document. 

I can publish PDF examples with Error message. 

Maxim Tairov
Top achievements
Rank 1
 answered on 27 Nov 2009
4 answers
89 views
Hi,

  I can not export the report in Firefox. If i clicking export link, no action is happening.it looks idle

Any settings needed for solving export problem in Firefox?


Thanks for any help
Steve
Telerik team
 answered on 27 Nov 2009
13 answers
2.8K+ views
Hi,

I'm trying to insert a image (into the header) of the reporting. First I tried with the picturebox but that didn't work, after that I tried like the example using style >> background image. And I have almost the same error. My image is just a jpg in the folder "images".

System.Resources.MissingManifestResourceException was unhandled by user code
  Message="Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure \"VerhuurRapport.resources\" was correctly embedded or linked into assembly \"App_Code.29im1eh8\" at compile time, or that all the satellite assemblies required are loadable and fully signed."

I have the last version of the reporting, I hope you guys can help me!

Greetz,
Kevin
 
Filipe Peixinho
Top achievements
Rank 1
 answered on 27 Nov 2009
1 answer
95 views

hi guys

i have a problem with the telerik report designer.
we have a 2 tier application, containing a GUI layer and a DAL layer.
for the reports we created a new library because not all customers use the same reports.
the reports library has a reference to the DAL library. i created a new report and choose the dataset
from the DAL library.

a dataset and a tableadapter are inserted from the toolbox to the report. when I run the software, the report works fine.
but when i click the preview tab in the design mode, no data is displayed.

if the dataset and the tableadapter are attached to the same report project the data is displayed in the report preview correctly.

its dificult to create a report without preview.

does anybody has an idea or a work around?

any help is appreciated

thanks a lot in andvance,

marino

Steve
Telerik team
 answered on 26 Nov 2009
1 answer
86 views
Hi,
 
 i want to show the pie chart based on DataGroupcolumn

3 columns -
1.resource name - legend
2. usage time - Y axis
3. Date - X axis
Line chart is showing correctly,This is the coding i used(displaying number of lines based on resources)

                 DataSet dsChart = new DataSet();
                Telerik.Reporting.Processing.Chart chart = (Telerik.Reporting.Processing.Chart)sender;
                Telerik.Reporting.Chart chartDef = (Telerik.Reporting.Chart)chart.ItemDefinition;
                chartDef.PlotArea.XAxis.Clear();
                dsChart = DBMethods.GetDetailsForInstrumentUsageByDateChart(facilityId, fromDate, toDate, isActual, resourceId);
                (sender as Telerik.Reporting.Processing.Chart).DataSource = dsChart;
                chartDef.DefaultType = Telerik.Reporting.Charting.ChartSeriesType.Line;
                chartDef.DataGroupColumn = "resource_name";
                chartDef.AutoLayout = true;
                chartDef.IntelligentLabelsEnabled = true;
                chartDef.Legend.Appearance.GroupNameFormat = "#VALUE";//this will display the usage time
                chartDef.PlotArea.XAxis.DataLabelsColumn = "date";











How to show the pie chart based on those three fields?


Thanks for any help



Chavdar
Telerik team
 answered on 26 Nov 2009
2 answers
111 views
Hello,

We're using Telerik Reporting Q2 2009 (dll version: 3.1.9.807) and we're having trouble rendering Grave Accents " ` " and Acute Accents " ´ " inside of a HTMLTextBox control.

Any ideas why this would be happening? 

Thanks,
Allen
Allen Smothers
Top achievements
Rank 2
 answered on 25 Nov 2009
1 answer
133 views
Hi there,

I have spotted a strange problem which I have managed to get around but thought it worth sharing:

I have a report whose datasource was an IList of a custom object. The custom object's class has an int property; 'PropertyName' in this example. On my report I have a table of data and two charts, all bound to the same data source. The table rendered without any issues, however the chart came up with the error mentioned in the title and would not render. This report had worked initially so it surprised me to learn that a very minor change had caused this error.... if I change the datasource from an IList to a List the error disappears. 

Hopefully this will save somebody the pain gone through to rectify this, and perhaps this issue could be looked into and maybe addressed.

Thanks, Carl
Rachel Carvalho
Top achievements
Rank 1
 answered on 25 Nov 2009
1 answer
110 views
I can't find a way to change the skin for the chart, and the default labels are difficult to read on the gray background.  I was able to change the background color in codebehind, but I can't seem to change the font color.  Is there a way to do this?  I'm looking to change both the xaxis and yaxis labels as well as the actual series item labels.

Thanks,
Wade
Schlurk
Top achievements
Rank 2
 answered on 25 Nov 2009
8 answers
129 views
I am using a MetaFile image type for a picture box.  The PDF renderer doesn't appear to be rendering it correctly.  It looks like the renderer is first converting the image type to jpeg, tiff, etc.  Therefore the Image comes up as an rastered image in the PDF instead of a drawn EMF or WMF.  Is there a way around this?  The current reporting program I have does this correctly, but I'd rather go with you because there software has many more issues.

Thanks
Steve
Telerik team
 answered on 25 Nov 2009
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?