Telerik Forums
Reporting Forum
1 answer
102 views
Hi,

I created a very basic report that contains a chart with static data. Other areas on the report shows up fine on Silverlight Report viewer but not the chart. If I change the Background color of the chart to a different color like green - that whole chart space shows up as green box.
Is there a known issue and workaround for this issue?

Thanks,
Jitin
Jitin Vishwakarma
Top achievements
Rank 1
 answered on 07 Jul 2011
1 answer
149 views
Hi,

Ive found some articles here to help with printing directly in silverlight without displaying a preview. (Basically a hidden reportviewercontrol). 

I am trying to render a report and then directly print. How can I tell when the report is render complete? I dont see any events on the reportviewer to tell me this.

I am essentially trying the following:
private void radButton1_Click(object sender, RoutedEventArgs e)
    {
        reportViewer1.UseNativePrinting = false;
 
        reportViewer1.Report = null;
        reportViewer1.Report = "TelerikNoPreview.Web.Report1,TelerikNoPreview.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";
 
        // Wait for complete here
        // The following would be nice in a RenderCompleted event handler if one existed
 
        var layoutRoot = (FrameworkElement)VisualTreeHelper.GetChild(reportViewer1, 0);
        var viewerModel = (ReportViewerModel)layoutRoot.DataContext;
        var printCommand = viewerModel.PrintReportCommand;
        if (printCommand.CanExecute(null))
        {
            printCommand.Execute(null);
        }
 
    }
Peter
Telerik team
 answered on 06 Jul 2011
1 answer
217 views
Hi

In my report i m displaying a table and pie chart in detail section. the height of pie chart is fixed. But the height of table depends on the amount of data. So, i want the table and the pie chart should be aligned vertically center in the section. But i couldnt find any option corresponding to that. Please let me know how do i do that?

Thanks in advacne
Ravindra
Steve
Telerik team
 answered on 06 Jul 2011
5 answers
127 views
Hi All,

I have the general group aggregate processes working so I understand the concept.  What I need on the report, however, is a bit more complicated.

I have the following logical grouping:
Labels
    Field.PropertyA
        Field.PropertyB

I aggregate PropertyB with values in a textbox in the group as: = Sum(Fields.quantity* Fields.convPounds)
This produces two logical group per PropertyA as there are two possible values for PropertyB.

At the footer of the report, I'd like to present the total aggregates of the two PropertyB groups.

The sample provided gives us generic grand total without any differentiation which is something I'd need to carry to the end.  So in the report footer I'd have something like:

    "Net total PropertyB.Type1" = SUM()
    "Net total PropertyB.Type2" = SUM()

Help is appreciated.
Mark
Top achievements
Rank 1
 answered on 06 Jul 2011
1 answer
210 views
Hi All,
I am using Telerik Reporting and want add image link column, on click of image in cell i want to open another .aspx page by taking values from selected row.
My problem is

1) How can i add image link column and open another aspx page in new document.
2)When i export a report to excel the field which are visible false in report for that column in excel there is a blank column comes which i     want remove how can i achieve this.
Please help.
Thanks & Regards
Manoj Gupta.
Peter
Telerik team
 answered on 06 Jul 2011
1 answer
161 views
Hi

In my report i m displaying a Pie Chart. The colours for the Pie chart will also come for the data. Please let me know how do i set the colours of the pie chart in this case?

Example
i have a class with the following properties

StatusName (should be used as labels for legends)
Percentage(Value for pie chart)
Colour(colour for this statusname in the pie chart).


Please let me know whether the current system support this. Pls provide me a code example if possible.

Thanks
Ravindra
Steve
Telerik team
 answered on 06 Jul 2011
1 answer
176 views

I need to create reports with 2 levels of details.  For example:

(top level):  Name, SSN, Address

    (1st level down): Account type, Account number

        (2nd level down): Deposit/Withdrawl amount, date, payee

Can the infragistics report tool perform this?

Can there be multiple parent/child/grandchild hierarchies in the same report?

---

Also, can the data-source for this report be a hierarchical (in this case, 1 parent level + child levels + grandchild levels) xml file?  How is the reported to the structure of the xml file?

Thanks!

 

Peter
Telerik team
 answered on 05 Jul 2011
1 answer
83 views

Can the Telerik Reporting create a report that will, per programming logic remove a "panel" of a report (with this "panel" containing information that is only displayed under certain circumstances):  This "inclusion" or "removal" would be based on c# code that creates logic based on data from the datasource's data value(s)?

Maybe what I refer to as a "panel" is a "sub report"...you can tell me in your lingo...

For example, there might be one section of a report that displays if the person is over age 65.  Otherwise, that section of the report is not displayed (and the vertical white space is closed to 0"--meaning there is no vertical white-space where this report information would have been displayed).

 

Peter
Telerik team
 answered on 05 Jul 2011
1 answer
88 views
Title might indicate something different but what i am looking is run time value changing report for example i am showing CPU usage by each process running hence process number and CPU usage is gonna change every micro seconds hence i need to update chart or graph as per new records....
Is there any why i can do this using Telerik reporting.
Any example or reference link will help...
Thanks.....
Peter
Telerik team
 answered on 05 Jul 2011
1 answer
114 views
Hi

In my report, i want to page break using a groupby section. But, if i give the page break as "before", then the report is creating blank space between Report Header and the GroupStart, so the main data is starting from 2nd page. If I use Page Break "after", then i m getting one unncessary blank page at the end of the report.

Please let me know how do I avoid this extra blank page?

Thanks in advance
Ravindra 
IvanDT
Telerik team
 answered on 05 Jul 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?