Telerik Forums
Reporting Forum
1 answer
113 views
My Stacked Bar Chart 100 is showing the labels of each series above the series and grouping the last two labels into the final data series. How do i fix this ? Please see attached screenshot. 
Steve
Telerik team
 answered on 20 Jun 2011
1 answer
121 views
Hi,
I am pretty new in Telerik reporting,i currently use VB on VS 2010 / SQL 2008 running on windows 2008 server.I noticed while designing my report that if my sql datasource is having just one table, my report is ok but once i have more than one table in my sql data source, I get "unspecified error while processing the report request" error on my reportviewer. I un-installed and installed Telerik reporting again, yet the issue persists.....Any suggestion on resolving this issue?
MERCY E
Top achievements
Rank 1
 answered on 19 Jun 2011
1 answer
254 views
Hi,
I am pretty new in Telerik reporting, I just installed the trial version some 3 days ago, i currently use VS 2010 / SQL 2008 running on windows 2008 server. I realized that after designing my report, i can't preview it nor see it in HTML mode on the designer,i had to preview it using reportviewer before i can see how my report is. i just paid for the license today and after downloading the dev. version, the same thing is happening...any suggestion on resolving this issue?
MERCY E
Top achievements
Rank 1
 answered on 19 Jun 2011
2 answers
274 views
I followed this KB: http://www.telerik.com/support/kb/reporting/general/missing-item-template.aspx

Installing: Telerik_Reporting_Q1_2011_v5_0_11_510_trial

attachment telerikreporting.png shows I have Telerik Reporting installed
attachment telerikreporting2.png shows Telerik Reporting is NOT in the templates
attachment telerikreporting3.png shows I ran the devenv.exe /InstallVSTemplates.

Restarted VS2010 and still no Telerik Reporting.

Anyone have any ideas?
Fisher
Top achievements
Rank 1
 answered on 17 Jun 2011
3 answers
152 views
Hi,

  I'm creating a report where I need to pass some parameters, but I need reload the report after load the method. I'd like know how to do reload the report in runtime?

I tried that, but isn't work.
User obj = this._userService.ReturnByHql("from User as o where u.dstId.dstId = " + int.Parse(this.cbxDistributor.SelectedItem.Value) + " order by u.usrId desc")
ReportViewer1.Report = obj;
ReportViewer1.RefreshReport();

Thanks Attention!
Massimiliano Bassili
Top achievements
Rank 1
 answered on 17 Jun 2011
3 answers
174 views
Hi, Telerik!
I have a problem with export to PDF. My Silverlight ReportViewer has a parameter Year, wich has default value. Report is rendered ok and exported to PDF normally. When i change parameter value, report is rendered ok. When i try to export to PDF,it's export the  report rendered with default parameter value. The version of ReportViewer is 3.2.9.1104. How can i resolve this issue?
Iurie Coroban
Top achievements
Rank 1
 answered on 17 Jun 2011
1 answer
131 views
Hello,
I've got a huge report, composed of different nested subreports.... I use silverlight reportviewer as viewer... when I show the report is ok , when I try to export it in PDF I got "the report. Processing cancelled. Check the '. ... the error message is truncated.... using Firebug I noticed it asks for a parameter Guid inside one subreport.....I've tried setting breakpoints but during export they're not fired.... is there any way of debugging it?
Thanks
Steve
Telerik team
 answered on 17 Jun 2011
12 answers
399 views
I want to pass some arguments from the server to the Report for sub selecting of data. I have looked in this forums and found one thread were the suggestion were to do this but I can't get it to work. On the Client aside I do following.

        public MainPage() 
        { 
            InitializeComponent(); 
 
            reportViewer1.RenderBegin += RenderBegin1; 
     
        } 
 
        private void RenderBegin1(object sender, RenderBeginEventArgs args) 
        { 
            args.ParameterValues["StartDate"] = DateTime.Now; 
            args.ParameterValues["Andra"] = "fff"
        } 

And in the report:
    private void NeedDataSource1(object sender, EventArgs e) 
        { 
            var items = this.ReportParameters; 
 
            var list = new List<Person>(); 
 
            for (var i = 0; i < 100; i++) 
            { 
                list.Add(new Person() {LastName = "Last1", FirstName = "First1"}); 
                list.Add(new Person() { LastName = "Last2", FirstName = "First2" });        
            } 
 
            this.DataSource = list; 
        } 
Each method will run but Reportparameters is empty?? Am I doing something wrong?



Amruta
Top achievements
Rank 1
 answered on 17 Jun 2011
2 answers
153 views
Hi,

   I am creating a report where I need to change a value int to string.
Example:
     When status is 1, I want to load "Android" instead of 1.

Thanks Attention!



Flávio
Top achievements
Rank 1
 answered on 16 Jun 2011
4 answers
317 views
Hi Telerik Team,

I've tried to find an answer to my problem but found nothing.
I've recently upgraded my version of Visual Studio from 2008 Pro to 2010 Pro. Till this day, I don't have Telerik Report Template anymore into the "add -> New Item" dialog box.
I've tried to copy the Telerik reports zip from 2008 folder to 2010 one (item templates), I've also tried to repair the install of telerik reporting through the installer, but nothing appears.

Is there a solution about that please ?
Thanks

Regards
Steeve
Fisher
Top achievements
Rank 1
 answered on 16 Jun 2011
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?