Telerik Forums
Reporting Forum
5 answers
104 views
Hi, i'm developing a Silverlight solution that use ReportView. In my mind, ill create reports on stand alone Report Designer and save the .trdx files on specific folder. Using a default  Report Resolver, i didn't find how to do this. So, i created a custom Report Resolver like on Telerik Report Documentation. Perfect, the report viewer could connect with my ReportService using my custom resolver BUT, i don't know how to deal with it. There is no pratical example of it. Here is the code of my custom report resolver, it works partially, because it gets the report, send and on the report viewer didn't show.

namespace Services.Code_Test
{
    using Telerik.Reporting.Service;
    using Telerik.Reporting;
    using System.IO;

    public class CustomReportService : ReportService
    {
        static readonly IReportResolver resolver = new ReportResolver();

        public CustomReportService()
        {
            this.ReportResolver = resolver;
        }
    }

    public class ReportResolver : IReportResolver
    {
        public ReportSource Resolve(string report)
        {
            string path = string.Format(@"D:\Reports\{0}.trdx", report);
            UriReportSource uriReportSource = new UriReportSource();
             uriReportSource.Uri = report;
            return uriReportSource;
        }
    }
}

What i am doing wrong?
Stef
Telerik team
 answered on 16 Mar 2015
5 answers
397 views
Hi All,

I am new to Telerik reporting and am working on my first Telerik report. We are using Telerik Reproting Q1 2015 in Visual Studio 2010.

My query/data source returns a set of product names, quarter of the week sold, week sold, qty sold columns. The report needs to group by quarter. Each quarter will have the following columns: Product, Each week in the group's quarter. And the values contain the qty sold in the week.

In my report, using Visual Studio designer, I added Quarter, Product to row group, Week to column group and qty Sold to values.

Issue:
This is generated all the weeks of all the quarters in the entire table. But what is desired is each row group for the quarter should show weekly columns that pertain to the quarter, meaning In the row group for Q1 2015 I need to have columns for the weeks in Jan-Mar of 2015 and in the row group Q2 2015 should have Apr-Jun 2015 week columns. This also means that each group item will have different columns.

How can I achieve this? I tried google and also looking through the Telerik examples but could not find any major help.

I appreciate any help or guidance

Thanks
Jaideep

Hinata
Top achievements
Rank 1
 answered on 16 Mar 2015
1 answer
126 views
I have created a graph which has a datetime field as the x-axis.  From the datasource, the datatype is datetime. 

I want the x axis lables to show only MM/dd/yy, but it always wants to show the time.  I have tried custom format on the legend with {0:MM/dd/yy} but that throws an error in the graph saying:  Input string was not in a correct format.  I try without the {} brackets.  Still shows time. 

I have also tried changing Scale to DateTime Scale (at this point I am shooting in the dark).  Is there a way to get these times to go away?

Thanks,
Phil
Stef
Telerik team
 answered on 16 Mar 2015
1 answer
625 views
Hi everyone, 

Is it somehow (in the designer) possible to set the visibility property of a GraphGroup dynamically (e.g. via a Parameter). 

I would like to provide only a single report and determine the visibility depending on the entry point of the end-user. 

Thanks a lot for providing any insights/possible work arounds. 

Best regards!
Nasko
Telerik team
 answered on 16 Mar 2015
62 answers
1.3K+ views
Hello guys,

This thread will be used to post the latest online resources available:

How to: Import reports created with the VS Report Designer - introducing the new Import Wizard.
Report Templates - introducing trdx report templates.
Report Designer Configuration - explains the settings of the Telerik Reporting engine that can be defined in a custom configuration section called Telerik.Reporting.
Extending Report Designer - explains how to add your own User Functions or bind to custom CLR objects.
Stef
Telerik team
 answered on 16 Mar 2015
1 answer
87 views
I have created a report in Report Designer Q1 2015 . When I was going to configure the data source I was unable to load the combo box related to stored procedures. My database contained more than 100 stored procedures. I created a small database which has less than 10 sp's, then those sp's loaded to the combo box successfully.
Report Designer Q1 2015 is not responding when going to load large number of stored procedures. Previously I worked with Report Designer Q1 2014. But it didn't had this error. How can I fix this issue??
Stef
Telerik team
 answered on 13 Mar 2015
1 answer
112 views
Is there a tutorial that I can distribute to my end users to help them with the Standalone Report Designer?   This was available with the Q1 2012 vertion and was a great tool for pitching  Telerik as a reporting solution. There was also a video targeted to the end user  that went over the basics of using the Standalone Reporter Designer.    
Nasko
Telerik team
 answered on 13 Mar 2015
3 answers
167 views
How might I go about showing an average star rating of 2.75 out of 5 similar to the UI for ASP.NET AJAX RadRating control on a report?
Stef
Telerik team
 answered on 13 Mar 2015
1 answer
219 views
When I try to preview a report in the designer I receive the following error:

"Could not load file or assembly 'Beacon.Utilities, Version=1.0.0.0, Culture-neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."

My reports project does have this reference and the issue doesn't occur if I run the report at runtime; only when previewing in the report designer. The assembly referenced above has com interop dependencies. How can I preview reports without getting this error?
Nasko
Telerik team
 answered on 13 Mar 2015
2 answers
169 views
Hi there,

I tired to update my report viewer to a newer version and added the .xaml files to my project.
But there is som estrange behavior:
I added all five files as described in the documentation to the project, but with two files it says they can not be found, the others are there, like shwon in the attached screenshot.

Any idea about that?

Best regards
Manfred
Manfred
Top achievements
Rank 2
 answered on 13 Mar 2015
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?