Telerik Forums
Reporting Forum
11 answers
1.2K+ views
Has anyone come up with a way to work around the limitation of not being able to show a header on each page within a subreport?

What if I limit the number of records that I have on a given page to say, 25, and force the pagination at that point?

Since my rows can size dynamically due to text wrapping, this really isn't an ideal solution, but it has now become a requirement that headers appear on all pages.

Thanks for the help!
Steve
Telerik team
 answered on 22 Apr 2011
2 answers
135 views
Hi,
I have a table with avg summaries. When the type column is int32, the avg value is int,  the last two decimal places are always .00.
I try to set the format {0:#0.00} but the avg value is still int.
There is a way to get a float or double value for avg function with an int32 column?

thank you very much.
andrea
Top achievements
Rank 1
 answered on 22 Apr 2011
1 answer
56 views
Hi,

I am using VS2010, SL4, Q1 2011 for telerik silverlight and reporting. I will to print report in my silverlight business aplication. Report (called 'BankaReport') is created on sever project of solution. When I click on the print button, which is on the silverlight page on client project, I will to open silverlight child page, which is on same side, and show report. On the server side is created ReportService.svc. There is reportviewer control on the silverlight child page. I set property that control:
 <telerik:ReportViewer x:Name="MyRV "
                                    ReportUri="ReportService.svc"
                                    Report="BankaReport">

When I clicked on the print button I give message error that say me that assembly is not  ok.
Could you give me project with example like this or show me demo.

Best regards,

Aleksandar Kovacevic
Steve
Telerik team
 answered on 22 Apr 2011
5 answers
263 views
Hi,

I'm having trouble with the Report Book feature when adding multiple reports and setting their Parameter values. I'm adding the same report multiple times to the Report Book but setting different parameter values for each report added. In short, the generated report book contains the correct number of reports but is only using one of the parameter values supplied. Thus all of the report book items are showning exactly the same thing.

I've debugged the report book when it is being created/setup and each report paramater value is as it should be. For some reason the rendered report is only using one of the paramter values for all of the report book items. It doesn't seem to make sense.

Here is my code (VB.net 3.5):

Public despatchItems As New List(Of Integer)

despatchItems is just a List of integer values that is used to set the parameter value of each report.
 

Dim
batchDespatchNoteReport As New ReportBook
 For x As Integer = 0 To despatchItems.Count - 1
     batchDespatchNoteReport.Reports.Add(New DespatchReport())
     batchDespatchNoteReport.Reports(x).ReportParameters(0).Value = despatchItems.Item(x)
     batchDespatchNoteReport.Reports(x).PageNumberingStyle = PageNumberingStyle.ResetNumberingAndCount
 Next
 batchDespatchNoteReport.DocumentName = "Despatch Note(s)"
 rptViewer.Report = batchDespatchNoteReport

I'm using reporting version (latest version): Telerik_Reporting_Q1_2011_v5_0_11_316
This is done in WPF Vb.net 3.5 SP1 with the Telerik Reporting Viewer.

Any suggestions is greatly appreciated.

Thank you for your time.
Robert
Top achievements
Rank 1
 answered on 21 Apr 2011
3 answers
84 views
I want to know if it is possible to restrict the export options per user, either programatically or in a configuration file. I want to do it per user, so the visible=false option in the web.config doesn't work for me, because that way innactivate the option for all users.

I appreciate your comments.
Greetings
greg
Top achievements
Rank 1
 answered on 21 Apr 2011
1 answer
287 views
Hi,

I'm looking for the option to add the - / + sign to column groups as shown in this example
http://demos.telerik.com/reporting/product-sales/demo.aspx
the following video doesn't show how to do this.
http://demos.telerik.com/reporting/product-sales/video.aspx

I am creating the entire crosstab in code because I have a lot of report possibilities that can be configured by the user
including the expanding and collapsing of columns (and if possible, rows)

If I'm missing something or if someone has an idea how to create this effect in code, please let me know!

Sven
Steve
Telerik team
 answered on 21 Apr 2011
1 answer
87 views
Hello,

        I have create a Pie chart with following Dataset schema


       
        CallPriorityCode   CallPriorityName  NoOfCalls
                  1                          Low                  8
                  2                          Medium            10
                  3                          High                  2
 
      I want to show Pie chart with Percentage value ( Of NoOfCalls Data) as Lable and Call Priority Name in Legend Area.


Steve
Telerik team
 answered on 21 Apr 2011
7 answers
225 views
Hi..
I have report with a CrossTab in the detail.
If I run the report with just a few columns and rows it appears fine.
If I run the report with 100+ rows and  50+ columns - The First page always appears blank....  probably because the generated crosstab is too large for the page.... ?
How can I keep the CrossTab on the First Page?  The cross tab always starts on Second Page and goes on from there.....
thanks
VH
Top achievements
Rank 1
 answered on 21 Apr 2011
1 answer
140 views
For some reason the Table Wizard is not present in the Telerik Reporting toolbox (nor any other wizards).

I'm working in VS 2005 - with Telerik Reporting 2011 Q1

Is there any way to start the Wizard without doing a drag-and-drop from the Toolbox?
It don't have admin priviledges on my computer so I have limited flexibility...

Thanks in advance for any help with this!

 - Pascal
Aaron
Top achievements
Rank 1
 answered on 20 Apr 2011
1 answer
167 views
I am experimenting with creating a multi-column report that includes a group with a header; I have set the KeepTogether property (seems to be meant for pages, not columns, but have tried anyway) to true, but the groups may still span multiple columns.  That creates the situation where the group header is, say, on the bottom of the left column (2 column report) and the details, sans a header, are on the top of the right column.

Is there any way to prevent the group from spanning multiple columns?  That is, essentially make the KeepTogether behave on columns as it does on pages?

Thanks,
Adam 
Steve
Telerik team
 answered on 20 Apr 2011
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?