Telerik Forums
Reporting Forum
1 answer
313 views
Hi, I want to show telerik report (created prorammatically using VS 2012) without report viewer control in my report consumer application (it could be Win Forms or WPF), Please let me know how to do the same?
Software used:
.Net framework 4.5
Visual Studio 2012
WPF/Win Forms

Thanks.
Peter
Telerik team
 answered on 15 Jan 2013
1 answer
66 views
We were running fine with an old I believe Q1 release of a trial. However we ran into problems when upgrading to a licensed version at 2012 Q3.

Were trying to use bin deploy with the report dlls. It seems there is now quite a number of dlls required. I have cleared a number of errors and added a number of dlls in the process however now the error is

HTMLInteractive rendering format is not available.


This is using the webforms control on an ASPX page. Is this a dependency I have now added all the dlls I can find to the bin folder but stuck on this.
Steve
Telerik team
 answered on 15 Jan 2013
0 answers
71 views
I have a series of subreports that show 2-up values.  For example, 2013 and 2012 values side-by-side for comparison.  Instead of having the column headers say 'This Year Results' and 'Last Year Results', I want them to say '2013 Results' and '2012 Results'.  What is the best / most-efficient way to accomplish this?

Thank you!
Steve
Steve LaForge
Top achievements
Rank 1
 asked on 14 Jan 2013
1 answer
86 views
Hello.
How to use marked zones with report created in standalone designer?
I want to highlight vertical zones depending on the data returned from database.
For example, my ObjectDataSource calls GetData() that return values 10,9,8,3,2,1 and I want to add marked zone between 8 and 3. How can I do this?
Elian
Telerik team
 answered on 14 Jan 2013
3 answers
349 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
211 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
78 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
118 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
222 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
110 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
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?