Telerik Forums
Reporting Forum
1 answer
131 views
I have a simple crosstab report which is working great.
The issue I am encountering is how to keep report on a single printable page while number of rows is rather large.
 have total of 
  • 6 row group selection ( the actual values of  field may be upto 60 character )
  • 2 column group 
  • 3 detail values

Typically when you create this report and expand a particulat row during the drilldown( toggle) it will expand horizontally.

Is to possible to expand it vertically, so that actual page size remains fixed and report can grow in height.

See the layout of report in the attached file.
Any suggstion how  this can be accomplished.

Steve
Telerik team
 answered on 07 Jul 2011
1 answer
344 views
Hi


I am creating a Pie Chart using Telrik Reporting Controls. When the data is zero for all the items in the datasource, then the chart is not being displayed. In such case, is it possible to display a message for the pie chart "All the values are zero". Please find the attached report for furthur information.


Thanks in advance
Ravindra
Steve
Telerik team
 answered on 07 Jul 2011
1 answer
203 views
The report designer and the report project load and run correctly. Everything works however on one of my machines when I click on "Expression" in the context menu I get the following error. Everything else works.

I have tried to install the corresponding WPF controls, remove and add the reference again, add binding redirects, and just about everything else, but it still doesn't work.

Is there anything else to try?
Steve
Telerik team
 answered on 07 Jul 2011
1 answer
106 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
155 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
220 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
131 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
215 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
167 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
179 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?