Telerik Forums
Reporting Forum
4 answers
620 views
Hello,
I have a last empty page due to the last page break and I don't know how I can avoid it.

I've a report with 2 groups and the detail :
-category group
-location group
-detail

The report should look like this:

first page
<page break>
category group title 1
location group title 1
detail 1
detail 2
<page break>
location group title 2
detail 1
detail 2
detail 3
<page break>
category group title 2
location group title 1
detail 1
detail 2
<page break>
location group title 2
...
detail2
END

If I put the page break before the header of location group, I've an unwanted page break between group title header and category title header.

If I put the page break after the footer of location group, I've an empty page at the end of the report because of the last page break.

Do you have an idea of how I could avoid this last empty page or if I can remove it ? Or maybe change my page break ?

It would be nice to have an option like "Don't page break at the end of the report".
Steve
Telerik team
 answered on 25 May 2009
5 answers
348 views
Hi, if I have a subreport which has the same fields as the master report that accepts 3 parameters but a different final parameter for the stored proc, can I access the main reports ReportParameters in a seperate Needdatasource event for the subreport, and then change the final parameter to whatever I want ?
Pete
Top achievements
Rank 1
 answered on 22 May 2009
1 answer
216 views
Hi there,

I am building a report using the barcodes. I want pull the barcode numbers from a datasource and bind the value to the barcodes within the report so the end user can print it out.

As far as I have got is dragging and dropping from the toolbar.

Does anyone have an example on how I can bind a report to datasource that builds the barcodes?

Any help would be great.

Thank you
Steve
Telerik team
 answered on 22 May 2009
2 answers
113 views
Dear Staff,

I use your nice ASP .Net Ajax application.

I have a radGrid with a quite complex sql query (to sql server).
On this grid the user can change column order, sort, group, filter and so on.

Due some limitation of grid (is not a report :) ) I would like to transpose all the situation on grid - changed by the user at runtime - to a report.

Is that easly possible?
Do you have an example to study?

greetings

Renato



RRE
Top achievements
Rank 2
Iron
 answered on 22 May 2009
3 answers
364 views
Hi, I hope you can help.

We are currently using SQL Server Reporting which runs a stored procedure, which depending on supplied parameters it will then dynamically alter the fields of the output and return it to SQL server Reporting. Is there a way to do this in Telerik Reporting with a stored procedure and input parameters ?

Basically the fields on the output report will alter depending on what the input parameters where? Can this be done in Telerik and if so, is there an example of this.

Thanks a lot,

Pete Walker.
Steve
Telerik team
 answered on 21 May 2009
1 answer
85 views
HI. I have a problem with the detail section of my report. I have set my detail section to 3 columns. My report dynamicly generates pie charts. In the win viewer my report gets generated perfectly. All charts appear next to each other as I intended. In my web viewer this is not the case. My columns get created below each other. I can't figure out why. Now I try to take my report a step further. I created a Template report from which I inherit a report header. Works fine if I only have one column in my derived report. If I have more than one column, as is the case with my dynamic chart report, the report gets totally messed up. In both viewers the report not only displays the columns below each other but disaligned as well. This is a real headache and I can't get the issue resolved. My company is really impressed with the product. I'm using v3.0 trail. If I can't solve this problem, then my company is not going to give me the go ahead. Any help with this will be greatly appreciated. I will provide the source code and screen shots if needed. I'm using C# and ASP.NET.
Using Mozilla Fire Fox and Internet Explorer 8.
Steve
Telerik team
 answered on 21 May 2009
1 answer
120 views
HI. I have a problem with the detail section of my report. I have set my detail section to 3 columns. My report dynamicly generates pie charts. In the win viewer my report gets generated perfectly. All charts appear next to each other as I intended. In my web viewer this is not the case. My columns get created below each other. I can't figure out why. Now I try to take my report a step further. I created a Template report from which I inherit a report header. Works fine if I only have one column in my derived report. If I have more than one column, as is the case with my dynamic chart report, the report gets totally messed up. In both viewers the report not only displays the columns below each other but disaligned as well. This is a real headache and I can't get the issue resolved. My company is really impressed with the product. I'm using v3.0 trail. If I can't solve this problem, then my company is not going to give me the go ahead. Any help with this will be greatly appreciated. I will provide the source code and screen shots if needed. I'm using C# and ASP.NET.
Using Mozilla Fire Fox and Internet Explorer 8.
Steve
Telerik team
 answered on 21 May 2009
5 answers
177 views
I have a field, called BudgetedCost.  That field either contains a numeric value or ****, this is displaying fine in the Detail Section.  Great.  Now, in the Group Footer, I want to either display a Sum of BudgetedCost (which I can do) or if any of the detail rows contain ****, I need to display ****.  I can't figure out how to do this.  Any help?  Thanks in advance!
Steve
Telerik team
 answered on 21 May 2009
3 answers
120 views
Hi,
I'm using WebForm ReportViewer in Telerik Reporting version 2.9.9.202. I have a problem with SkinPath property because it sees relative url incorrectly when website is hosted right on a web application (without under virtual path). In that case, the path was resolved incorrectly so it causes all images on viewer to be broken (disappear).
I use below simple markup ReportViewer on ascx user control (put on a page named ViewReport.aspx)

<telerik:ReportViewer ID="rptView" runat="server" Skin="ReportViewer" SkinsPath="~/Teleriks/Images" ... /> 


In above code, I set a relative url in SkinsPath property in order the image folder's path is always resolved correctly wherever this user control would be put. And the issue comes up when I deploy the web site to IIS. There are two cases:

1. When my website is hosted under a virtual path of a web application (e.x: http://localhost/TelerikApp/ViewReport.aspx, TelerikApp here is a virtual path on web application, not a folder in website), the images show up fine on report viewer (image's url is /TelerikApp/Teleriks/Images/[name].gif).
2. When the website is hosted right on a web application without virtual path (e.x: http://localhost/ViewReport.aspx), images disappear on report viewer because it was resovled incorrectly. I used Firebug to debug and saw the image's url is "//Teleriks/Images/[name].gif".

Does ReportViewer cause that behaviour (resolving the relative url in SkinPath property) or it's default ASP.NET processing ? If it's Telerik, could you help me find a solution (because i'm going to put ReportViewer markup in skin file so the path should be consistent) ?
Duy
Top achievements
Rank 1
 answered on 21 May 2009
2 answers
153 views
Hi,

I'm using WebForm ReportViewer in Reporting version 2.9.9.202. Because I set the height of report rather large so when I'm waiting for ReportViewer running, it shows defined progress text but in middle of viewer. The thing is user can't see that text if they don't scroll down to middle of page.

I would like to ask whether ReportViewer supports set position for progress text to top, middle or bottom in viewer ? I went around report viewer webform but couldn't find any help
Duy
Top achievements
Rank 1
 answered on 20 May 2009
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?