Telerik Forums
Reporting Forum
3 answers
158 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
114 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
390 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
129 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
300 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
90 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
604 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
4 answers
116 views
I have reports with hidden sections in them. These sections can be shown/hidden through actions defined on their parent elements.

When a user prints a report, it is printed as it is shown in the viewer, expanded sections are printed, hidden sections are not. I would like to somehow hook into the print event and expand all sections prior to printing. Is this possible?

(I am using the SL viewer)
Peter van Rees
Top achievements
Rank 1
 answered on 16 Jun 2011
3 answers
91 views
Hi Team -
I'm desperately looking for a way to align cells in rows and columns...
Simply because it becomes very tedious in a complex report, to separately resize multiple Textboxes that need to be aligned...

I was hoping to use the obvious "Table", but the table cannot reference the Report's dataset and Fields..!

thanks for any pointers!
 -bash
Massimiliano Bassili
Top achievements
Rank 1
 answered on 16 Jun 2011
5 answers
142 views
Hi there,

I've been designing Telerik Reports recently, but now I've noticed some strange behaviour. My report is using an ObjectDataSource and in my PageHeaderSection I use a TextBox with its Value property set to "= Fields.Project.Name". Whenever I generate this report I see this TextBox twice above each other.

For instance Fields.Project.Name is equal to "Telerik". My report shows the following:

Telerik
Telerik

____________________________(end of PageHeaderSection).

I just want it to only display "Telerik" once, not twice.

Any idea of what's causing this anomalous behaviour? Thanks in advance!

Regards,
Datamex
Steve
Telerik team
 answered on 16 Jun 2011
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?