Telerik Forums
Reporting Forum
2 answers
230 views
Hi,

I maybe doing something stupid or missing something here.

I've done a simple example 

Data coming in:

a 2 xwef
a 2 uybvu
a 2 guyvbfu
b 2.3 likubnil
b 2.3 lik43535
b 2.3 likub54543
b 2.3 gfwerg

With grouping based on first 2 values and the detail showing the 3rd value I want and get the following.
a      2
xwef
uybvu
guyvbfu

b 2.3 
likubnil
lik43535
likub54543
gfwerg

No I want to add a total at the bottom, I've done as SUM(2nd field)  the net result is 3 * 2 + 4 * 2.3,  It should be 2 + 2.,3

How should I get that?

Thanks for any help

Regards

Jon
Jon
Top achievements
Rank 1
 answered on 27 Feb 2013
1 answer
553 views
I'm sure this is described somewhere, but I'm having trouble solving this problem. I would like to have a subreport that displays based on the content of a field in the main report. If the field meets a certain condition, then pass a value to the subreport and it will do some code-behind to fill in its fields. So it would look something like this ..

Alabama is in the SEC
       Roll Tide
California is in the PAC 10
Michigan is in the BIG 10
Pennsylvania in the Ivy League
Tennessee is in the SEC
      Rocky Top
Notre Dame is Independent
Ohio State is in the Big 10
Kentucky is in the SEC
      Wildcats

... where only teams in the SEC display the "sub report" of additional information.

P.S. This is not exactly a master-detail relationship as the subreport data is drawn from a different source.
Thanks!
Elian
Telerik team
 answered on 27 Feb 2013
3 answers
157 views
hello

is there a way to apply the style of a report automatically to all the subreports (more or than what the css does) ?
thanks
sebastien
Elian
Telerik team
 answered on 27 Feb 2013
3 answers
160 views
see attached pics.  I updated reporting using the installation tool then upgraded the project.  the designer won't open and I can't compile.  Everything was fine before upgrade.  Ideas?
Jonathan
Top achievements
Rank 1
 answered on 26 Feb 2013
1 answer
244 views
Hi,

I am using Telerik Reporting Q3 2012. I am trying to take the remainder value of double type variable. But it gives an error of type mismatch. If I convert double type to Integer then it works.

= Format("00", Fields.FT / 60) + ' : ' + Format("00", CInt( Fields.FT) Mod 60)

I want to use this as 

= Format("00", Fields.FT / 60) + ' : ' + Format("00", Fields.FT Mod 60)

How can I implement this formula.

Regards,

Tahir Khan


Peter
Telerik team
 answered on 26 Feb 2013
1 answer
65 views
Thanks in advance for any help.

I want to use Telerik Reporting for our Azure based application, which uses Federation. I also want to use a SQL Data Source as the Data Source for all of the reports in the project (more than one in the project). Connecting to the Federated Root is straight forward, but I am trying to figure out a best strategy for:

1) Where to run the USE FEDERATION fed_name (dist_key = value)  WITH FILTERING=ON, RESET
2) Where/how to programatically set the dist_key value

Any help or insight on this front would be appreciated.

Kindest regards... 

IvanY
Telerik team
 answered on 26 Feb 2013
4 answers
62 views
The client creates a report in Telerik Report Designer. Sometimes (not always) if value contains "Enter" (the transition to a new line), then the report is broken, see attached screenshot
I tried to fix it, as shown here link (but in ReportDesigner)
this.textBox1.Value = "= \" \ r \ n \ r \ n \ "+ Fields.MyDataColumn";

No results yet.
Tell me, what is the reason? How can I solve this bug?
Hans
Top achievements
Rank 1
 answered on 26 Feb 2013
1 answer
301 views
My table has a datasource that returns a resultset of 0 rows. When the resultset is empty i would like to fill the first page with empty rows

Is there any solution to do this?

Thanks!

Kind Regards
gunter
Top achievements
Rank 1
 answered on 26 Feb 2013
6 answers
1.0K+ views
I have a report that has a couple Panels in it, I'd like to be able to show or hide these panels based on a few parameters.  I didn't see a way to bind the "Visible" property to a report parameter, so I set it manually..  I've made the Panel variable public, and in my business logic I set the "Visible" property based on a few business rules.  However, whenever I set "Visible = false" on any panel, the whole report fails to load.  I get "No Page to Display"

is there something special about the "Visible" property on the panel?  or is there a better way to show/hide a portion of a report?  I considered using sub reports, but thought that this would be much easier then creating a bunch of sub reports.

Thanks
Wadigzon
Top achievements
Rank 1
 answered on 25 Feb 2013
2 answers
114 views
I have an app that requires me to display four reports simultaneously. But it blows up while rendering the second report, because, I believe, the first report is still rendering.
I looked at code to access the IsInProgress property, but this requires me to include a reference to telerik.reportviewer.wpf.dll, which this silverlight project does not allow.
http://www.telerik.com/community/forums/reporting/telerik-reporting/notification-for-when-report-is-done-rendering.aspx

I should mention that the four reports are all the same underlying report using different parameters.

I believe I could simply define four distinct reports to get around this, but is it possible to otherwise determine when one report is done rendering and then begin the next?
Milen | Product Manager @DX
Telerik team
 answered on 25 Feb 2013
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?