Telerik Forums
Reporting Forum
1 answer
141 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
150 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
51 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
165 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
514 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
169 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
3 answers
460 views
Not sure of the best way to approach this, any recommendations are welcome.  In the GroupHeaderSection I have 7 textboxes defined for column headers.  The textboxes are sized optimally to handle their contents 90% of the time.  Each box can grow vertically to accomodate longer text.  Each box has a 1px black border, per the customers requirements.

What is happening is that one of the 7 textboxes is growing vertically, as designed, but what I would like to do is have all of the other boxes grow to the same height of the longest box, since it is a repeating header and looks pretty bad at the moment,

Any suggestions?  Thanks.
IvanDT
Telerik team
 answered on 07 Jun 2011
0 answers
90 views
Greetings

I have created a Report that contains an event that takes a List of Telerik.Reporting.Chart objects as an argument.
I will like to use the number of charts in this list in order to dynamically generate the charts in Telerik.Reporting.
How do I accomplish this?
How do I add controls dynamically to the report?
Please let me know
Thanks
Sergio
Top achievements
Rank 1
 asked on 07 Jun 2011
3 answers
161 views
Telerik Team,

I need to please know how to handle this, and if not, possibly request that you make the changes necessary to help out.

I have 40+ website currently using the Reporting module with 10+ sites being added every month. I estimate this to grow to several hundred soon, perhaps at least a thousand by this time next year.

My problem is this, every time you release a new version of the Reporting tool, I have to manually edit each of these web.config files to adjust the version number. I do not have to do this for the other Telerik controls, I am able with them, to just leave the version number off. Can you give us this option too? I'm fine with you checking that the assembly is registered, obviously that must be done, but can you please not check the version in the web.config.

This is becoming a major labor intensive issue every time you release a version or service pack. Is there a reason for including the check of the version number? Can it rather be like the other Telerik controls and leave that off? I really don't want to have to adjust the web.config files if necessary. And I do realize that I could write a script to do this, but again it seems like an unnecessary check to begin with.

Your feedback on this would be most appreciated.

Thanks
Clyde

Steve
Telerik team
 answered on 07 Jun 2011
5 answers
103 views
I installed the Reporting for .NET  trial on a WinXP machine running VS2010.  Then I tried to create a class library and use a SQL Server data connection to a SQL Server 2000 server, and an error message appeared saying earliest version supported was SQL Server 2005.   Is it not possible to use Telerik Reporting for .NET against a SQL Server 2000 database?

Steve
Telerik team
 answered on 07 Jun 2011
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?