Telerik Forums
Reporting Forum
1 answer
125 views
After reviewing the documentation article found here: http://www.telerik.com/help/reporting/table-working-with-table-cross-table-list-items.html. I am unclear as to whether or not i can customize the way my data is displayed. I'm trying to add a second row to my template so that for each item in my datasource I am able to have 3 columns on the first row and 1 column that spans the length of the table. Is this possible in telerik reporting ? I tried with a table and a crosstab but i was only able to add a row group with 3 columns when i only need one. 

Thanks, 

Stefen 
Stefen
Top achievements
Rank 1
 answered on 08 Jun 2011
4 answers
286 views
We have a Telerik report that includes a stacked bar chart. The chart gets data from a SQL datasource. The chart is created fully at design time (not programmatically), including adding two series entries with titles and column names. The y axis contains currency amounts, and we'd like it to show as currency. We've tried setting the valueformat appropriately, and it appears to change it on the visual display, but when we preview or run the report the numbers are unformatted.. I notice that the following line is added to the designer.vb file;

Me.ChartSpendByTier.PlotArea.YAxis.Appearance.ValueFormat = Telerik.Reporting.Charting.Styles.ChartValueFormat.Currency

But the problem is that it just doesn't seem to work! Ideally we'd like to use a custom format (ie {C0}), but none of this seems to produce the expected behaviour.

Are we doing something wrong?

A second question; is it possible to add a total value to the stacked bar (ie the sum of all the segments)?

TIA.
Stefen
Top achievements
Rank 1
 answered on 08 Jun 2011
1 answer
68 views

Line chart and Logarithmic setting

 

Hi ,

Whenever I change the Plot Area-> Y-Axis-> IsLogarithimic setting to true, I’m getting "Parameter is not valid" error in Visual Studio 2010. Does anybody else have the same problem?

 

Attached is the screen shot.


 

Steve
Telerik team
 answered on 08 Jun 2011
3 answers
126 views
I have a simple Report / SubReport scenario.  i see that the main report footer displays before the subreport even starts.  Even though I place the subreport in the detail section of the main report.  How can I print the last part of the main report at the very end of the report.  I thought that a report footer should only print once at the end of the report?  And I also assumed that a subreport would finish before the rest of the main report?  I couldn't find anything in the documentation or forum.

Thanks.
Stephan
Telerik team
 answered on 08 Jun 2011
1 answer
145 views
Hello,

I have the following report layout...

------------------------
Header
------------------------

Detail
Subreport1
Subreport2
Subreport3
Subreport4

------------------------
Footer
------------------------

Each of the subreports refuse to grow based on their data.

I'm binding the MasterReport to a datatable.  This is my detail_ItemDataBinding event which assigns some local variables of the subreport:

private void detail_ItemDataBinding(object sender, EventArgs evt)
{
    Telerik.Reporting.Processing.DetailSection detailSection = (Telerik.Reporting.Processing.DetailSection)sender;
 
    DataRowView row = (DataRowView)detailSection.DataObject.RawData;
 
    Telerik.Reporting.Processing.TextBox txtEntityName = (Telerik.Reporting.Processing.TextBox)detailSection.ChildElements.Find("txtEntityName", true)[0];
 
    if (txtEntityName != null)
        txtEntityName.Value = row["EntityName"];
}

In the design view, the subreports are each 0.4" in height and never increase when there is enough data to increase the size.  I'm not modifying the height of the subreports programmatically at runtime at all.

Any ideas on what could be going wrong?

Thanks in advance!
-Allen
Steve
Telerik team
 answered on 08 Jun 2011
1 answer
153 views
I want a series palette with the gradient look but with 8 distinct colors.  The SeriesPalette colors that ship either have too few colors (so that after the 4th or 5th value the colors repeat) - an example is the Default series.  Or - Excel Classic for example - there are enough colors, but those colors are flat (not the gradient look).

Rather than re-invent the by creating gradient custom palettes - is it possible to get access to the code for the out-of-the-box SeriesPalette's and just alter those? (add new colors, for example).
Ves
Telerik team
 answered on 08 Jun 2011
2 answers
54 views
Hi 

I am looking at using the silverlight reporting controls to replace our SSRS solution but am wondering if it is possible to have an animated toggle action where the details slide up and down instead of the flicker or loading message that currently happens in the demos. An ideal situation would if it could behave more like the silverlight Radgrid.

Is this possible?

Thanks

Mike
Mike Beaton
Top achievements
Rank 1
 answered on 08 Jun 2011
2 answers
173 views
Hello,
is it possible to set page height to "dynamic" in order the whole report would always fit into the first page?
I'm trying to render report as an single PNG image. I can not use tiff or any other image with multipage support.

Thank you,
Tomas Celeda
Tomáš Čeleda
Top achievements
Rank 2
 answered on 07 Jun 2011
1 answer
540 views
I have a report which I am trying to export to CSV. I am assigning a list of items as a data source and set up couple of fields with additional data. When I am trying to export it, I want to add these couple of fields to the exported columns. I tried to add them to the data source but to no success. In opposite - the export picks up a summary field and adds it to every row - how I can control the exported fields?
IvanDT
Telerik team
 answered on 07 Jun 2011
1 answer
175 views
Hi there,

My report includes a group which has conditional formating associated to control its visibility. It works fine, but even when its invisibility, it still occupy the same space in the report. Is there any way that I can squeeze the report when the group is invisibility (i.e., to make the group real invisible)? Or is there a way that I can work around?

Thanks for your help in advance.

Wei 
IvanDT
Telerik team
 answered on 07 Jun 2011
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?