Telerik Forums
Reporting Forum
0 answers
118 views
Hi!
The report contains List and inner List
Interactive preview is correct, but print preview is not correct. On the second page lover border is not correct. I'd use docking and anchoring, but its doesn't help.

Also sometimes if the report is long  the report header displays on the first page, but the report detail on the second. I doesn't use Page Break!


Rainford
Top achievements
Rank 1
 asked on 08 Oct 2012
1 answer
97 views
Hi,

I am using Telerik Q3 2010 (Licensed). I have a table in a group header and assigned an objectdatasource to it. I need to validate whether the objectdatasource has some data in it or not. Based on that i need to display the group header. Please suggest how can i catch the objectdatasource in Itemdatabinding event or suggest more appropriate solution to my scenario.

Thanks
Irshad
Elian
Telerik team
 answered on 08 Oct 2012
5 answers
1.1K+ 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
93 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
286 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
50 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
300 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
164 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
231 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
70 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
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?