Telerik Forums
Reporting Forum
5 answers
1.2K+ views
I have a requirement where I need to combine two reports into one in order to print both at the same time.  I know Telerik has the new ReportBook feature, but we are not using the version of reports that has this feature.

I tried just creating a new blank report with just the detail section and adding two subreports to it.  I then add just add the two reports as the reportsource for the subreports that are in the new report.

The combined report renders except that the page header section from the each of the two reports that was set as the report source for the combined report does not print.  I need to be able to print everything that is on both reports combined in one report.  Is there some option that will allow the page headers for each report to print when that report is used as a subreport?

Thanks
Chris
Top achievements
Rank 2
 answered on 08 Oct 2012
3 answers
111 views
I'm the first in our development group to try Telerik Reporting and like it a lot.  I've almost completed my first web project and have always found answers in the forums or your other resoruces but this one I cannot figure out.

I have a simple stepped report (best to keep it simple!) with multiple detail records:

Line 1
Line 2
Line 3
Line 4
Line 5
Line 6
Line 7
...

My boss asked if I would break up the long listing (way longer than the 7 detail records above) into "vertical groups of 5" for better readability so it would look like:

Line 1
Line 2
Line 3
Line 4
Line 5

Line 6
Line 7
...

Basically, I would just add a blank line after every fifth row. 

So, I added one line at the top of the report class:

    Dim RowCount as Integer = 1

...and I added this code into the detail.itemdatabound event:

    RowCount = RowCount + 1
    If RowCount Mod 5 = 0 Then
       Me.detail.Height = New Telerik.Reporting.Drawing.Unit(0.4, Telerik.Reporting.Drawing.UnitType.Inch)
      Else
       Me.detail.Height = New Telerik.Reporting.Drawing.Unit(0.2, Telerik.Reporting.Drawing.UnitType.Inch)
    End If

I was delighted to see it work great in the Report Designer (both Preview and HTML Preview).  I was further delighted to see it work great in my web application "on the screen", however, when you print or export the report the blank lines are lost!

Please help!

I'm using the Q3-2010 Telerik Reporting with Visual Studio 2010.

Thanks,
Steve
Doug
Top achievements
Rank 2
 answered on 06 Oct 2012
3 answers
319 views
 

Posted 19 hours ago (permalink)

Hi,

I have a table with a text field, order notes.  This text field is from a multiline textbox.  There will be \r\n in my data.  The textbox is not expanding vertically when there are new lines.  If there text without line breaks, it expands as expected.  If there are more lines than the row is getting for wrapping, the row is overwriting the space for the rows below it.  It properly shows the new lines while in the space expanded into by other wrapping fields.

I have the CanGrow property set to true.  TextWrapping is also set to true.

How do I get the row to expand vertically to show all of my notes field in one row?

Thank you for your help,

James Trimmier
James
Top achievements
Rank 1
 answered on 05 Oct 2012
1 answer
59 views
Hi there,

I am trying to create a "Target Line" for my bar chart, and after reading the forum, I use MarkedZones for creating the lines. But the lines is behind the Bar. Is there a way to make the MarkedZones Line appear on TOP of the bar instead of behind it? Is there a way to like BringToFront() the MarkedZones?

Thanks!
Steve
Telerik team
 answered on 05 Oct 2012
1 answer
332 views
I'm trying to edit a Telerik report in the designer, and I can't seem to find anything that lets me just add a new report item. When I go to the wizard, I only have options for creating a new report, or upgrading a non-Telerik report. In the toolbox, all the Telerik Reporting items are hidden until I choose "Show All", and then they are greyed out. I can copy/paste a TextBox that's already on the screen to create a new TextBox, but I want to add a table report item to change the layout to table layout.
Steve
Telerik team
 answered on 05 Oct 2012
1 answer
186 views
I created a new report, added a chart, added one member to the Series collection, and added two members to the Items collection.  For each member of the Items collection, I set the FillType = Gradient, MainColor and SecondColor, and Value (see "design-view.png").  When I switch to the Preview tab, the color changes (see "preview.png").

How do I get the color to not change?

Thanks.
Steve
Telerik team
 answered on 05 Oct 2012
1 answer
255 views
I am trying to display a multi-page .tif image in a telerik report.  The image is displaying, however, I can only see the first page of the image.

Is there a way to display the entire .tif image in the report?

Thanks for your help.
Mike
Steve
Telerik team
 answered on 05 Oct 2012
1 answer
83 views
Hi

I have used telerik reporting on my production machine all works well and i have had no issues, once i deployed the application onto the live server the reports do not work and i get an error saying cannot connect to the datasource. Any ideas?
Steve
Telerik team
 answered on 04 Oct 2012
1 answer
138 views
Hi am using telerik reports , How i can do alternate row styling in report?
thanks
Steve
Telerik team
 answered on 04 Oct 2012
1 answer
622 views
I was worked on crystal reports for 2 times now i have to work on telerik reports ,is their too much diffrence in these two if yes what are they?
Thanks.
Steve
Telerik team
 answered on 04 Oct 2012
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?