Telerik Forums
Reporting Forum
3 answers
379 views
Hello ,

I have a question about Panel control. I use this control in detail section and I need to set Top and Bottom anchoring. But, panel doesn't grow when TextBox contains multiple rows.
When I set Docking property (Fill), panel increases properly, but I don't want to use this option because it covers whole width of report, and that's not my idea.
On the other hand, I noticed that anchoring works fine when Panel is located inside of GroupHeader section.
How can I solve this problem? Thanks in advance!

Regards!
Steve
Telerik team
 answered on 14 Jan 2013
5 answers
237 views
I need to create a report with DataSource dynamic
and dynamic fields and dynamic filters, and must be seen in
silverlight.
The examples that exist in the Telerik site, do not meet my
needs.
I need the silverlight application, send an 'int' as a parameter for Service Report, and this service returns a report to the ReportView in silverlight.

How do I do this?
Elian
Telerik team
 answered on 14 Jan 2013
2 answers
90 views
Hi there,

We are using TreeListView controle in our application.
We have requirements of "Highlighting " nodes in tree list view with some different style than normal nodes. (Remember NOT shown as selected, we want show nodes as highlighted ).
Currently, TreeListView does not have any property so that I can shown its some of nodes as highlighted .

Will you please help me to solve this issue.
Phil
Top achievements
Rank 1
 answered on 13 Jan 2013
0 answers
145 views
Hi
I need your help: I have  report. I must write a user function to handle my values in separate groups.
So I need to pass every values that exist in each groups by expression such as :
= MyFunction(Fields.doneValue)

and in code behind (c#):
public static double? MyFunction(List<double?> valueList)
{
    double? result;
    foreach(var itm in valueList)
     {
          if(item.HasValue)
          result += item.value;
     }
    return result;
}


but this code has error due to its parameter type, List of values can't pass to user function.
what do I do??
Fatima
Top achievements
Rank 1
 asked on 13 Jan 2013
2 answers
262 views
I've created a brand new report and dropped a simple TextBox object on the designer.  Once I change the font size of the textbox, the text disappears and the preview is not displayed correctly.  Please see the following screenshots:

1. Created a new report, dropped a TextBox on designer and updated text.
Screenshot 1

2. I then proceeded to changing the font size of the TextBox and resulted in the following.  The text looks to have disappeared.  I was not able to get the text back even if I changed the font size back to its original value.
Screenshot 2

3. This is the report in preview mode.  I do not know what to make of this.
Screenshot 3

Has anyone else experienced this?  I've already tried reinstalling Telerik Reports.
Kevin
Top achievements
Rank 1
 answered on 11 Jan 2013
1 answer
130 views
I have a bouch of reports, but I wanna join all my reports in just one....


How i can do that?
Steve
Telerik team
 answered on 11 Jan 2013
1 answer
297 views
I'm using the HTML Report Viewer in my Web Application.  On the larger reports (16-23 pages) when you click the Print button it takes forever to pop up if it ever does.  Is there any way to speed up this process and make the printer page come up faster?

I saw reference to a UseNativePrinting in a Silverlight post but I'm not using Silverlight. Is there anything like this for HTML?
Steve
Telerik team
 answered on 11 Jan 2013
4 answers
281 views
I'm porting over allot of Microsoft SSRS Reports to Telerik Reports and binding to DataObjects rather then EntityObjects and the Designer seems to always crash whenever I open the Expression Editor.

I assume it when It's trying to calculated the Fields.

Is this a known issue with the DataObjects or does this also happen with the EntityObjects or even a SQLDataSource.  The data I'm using is messy and flattened for SSRS but this is becoming a major pain and frustration for us.
IvanY
Telerik team
 answered on 11 Jan 2013
1 answer
296 views
Hey,

I have a report with a table and a chart for each column in this table. All these objects use the same Objectdatasource set from the designer. The problem is that the code behind this datasource is called once foreach object. In my case this is 5 times. 

The data returned is always the same so why is the code called once for each object that uses this datasource ?

How can i solve this problem?

if have added a screenshot of the report

Thanks in advance
Sodi We
Peter
Telerik team
 answered on 11 Jan 2013
1 answer
63 views
Hi,

I am using Q3 2012 Report Viewer control. How can I prevent running report automatically on load in Sliverlight? So I want clicking on Preview button only let the report to run on load. I have one parameter to report and I have made it's AutoRefresh to false already.

Thanks
Jaspreet.
Stef
Telerik team
 answered on 11 Jan 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?