Telerik Forums
Reporting Forum
1 answer
241 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
267 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
141 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
160 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
122 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
394 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
135 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
302 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
1 answer
92 views
is visual studio required to design reports? We want to allow customers to design and create report templates, but this might be a problem if they need to to install visual studio
IvanDT
Telerik team
 answered on 16 Jun 2011
7 answers
623 views
Hi There,
I'm using Q3 2010 (version 4.2.10.1110) reporting and my report is based on table report item. If there is no any row group in table structure then everything fine and all data are included into .csv file, but if there is at least one row group then .cvs file includes only one (first) record for each group. For more details please see attachments. Is this a correct behavior of  Telerik Reporting? If yes - then how could I avoid it?
Thanks.

Peter
Telerik team
 answered on 16 Jun 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?