Telerik Forums
Reporting Forum
1 answer
88 views
Hello:

I am trying to visualize data froma  database which comes in two colums, a "date" and a "number" column. I want to put the date on one of the chart axis and the number on the other. Is that not possible? I am getting design time errors telling that "Date" is not numeric.
Please help.

--t
Steve
Telerik team
 answered on 07 Jul 2011
1 answer
252 views
I tried following this instructions

http://www.telerik.com/support/kb/reporting/designing-reports/using-connectionstrings-from-configuration-file.aspx

and it works perfectly on my development machine. The problem is that I get the error below when I deployed on our test server.

Unable to establish a connection to the database. Please, verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application.

The configuration is the same. the only thing different is that it is being pointed to a different database. 

Any ideas? Thank you for your feedback. 

Steve
Telerik team
 answered on 07 Jul 2011
1 answer
151 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
371 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
257 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
124 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
174 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
242 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
146 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
255 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
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?