Telerik Forums
Reporting Forum
1 answer
76 views
If I create a chart, and choose a DataSource for it via the properties menu, then add a series to the chart.  Why are the dropdowns all blank for "DataLabelsColumn, DataXColumn, etc.)?
Steve
Telerik team
 answered on 22 Apr 2011
2 answers
121 views
Hi,

I am using Telerik Report Q3 2010 + Silverlight for.

<telerik:ReportViewer x:Name="sampleReport" ReportServiceUri="../ReportService.svc"
                              Report="sampleReportDetail, Server" />


the sampleReportDetail reside in Server and populate domain service data in NeedDataSource.

Is there anyway that i can cache the complete report, so that whenever the "View Report" button is clicked, it will not even hit the Server ReportService?

Thanks alot.
Massimiliano Bassili
Top achievements
Rank 1
 answered on 22 Apr 2011
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
131 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
55 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
253 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
81 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
278 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
83 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
211 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
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?