Telerik Forums
Reporting Forum
1 answer
699 views
Hi there,

I wanna add column header for each group.
For e.g.

           col1   col2  col3
grp1    
            1      1       1
            2      2       2
            3      3       3

            col1   col2  col3
grp2   
            1      1       1
            2      2       2
            3      3       3

Is this possible? If it yes, then how?

Thanks in Advance,
Mangesh
Milen | Product Manager @DX
Telerik team
 answered on 26 Mar 2013
1 answer
135 views
I am working with the new chart wizard. I have created a Column chart and I am trying to change the color of the individual bars. I have done this before my either going to the design change colors or to the appearance color palette. However today the bars will only change the first color in the selection. Meaning if I choose from the change colors options which are(red,blue, green, yellow, pink). It will change all the colors to red instead of rotating the colors. Can you please give a little insight.


Thanks for your time.
Peter
Telerik team
 answered on 25 Mar 2013
1 answer
537 views
Hi,
How to add RowHeaders for tables(not in crosstab) in telerik reporting?. I wanto raepeat the first column in every report pages.


Thanks & Regards
Anzar.M


Stef
Telerik team
 answered on 25 Mar 2013
1 answer
95 views
Hi,
I have telerik report with 25 columns and 10 rows. All of the columns are not fit to on page. The first column is the main clumn. so I want to display the first column in  every pages of the report. How to achieve this?. Like your Product Sales Per Period demo printing preview , in this the first column is repeated in every pages. I need like this.



Thanks & Regards
Anzar.M
Stef
Telerik team
 answered on 25 Mar 2013
2 answers
184 views
Hello,

At the moment, I'm setting up a reporting WCF service. I'll be using it for generating invoices. Right now, I can pass an invoicenumber as report parameter and it generates the correct invoice.

This problem is however, I'd like to generate one document with multiple invoices. For this, I think I need to pass multiple values for the reportparameter "OrderNumbers".

The first thing I came up with was the following:

var ordernumbers = new [] { "0123456""9876543" };
var parameters = new Dictionary<stringobject>(){{"OrderNumbers",ordernumbers}};
 
var docxReport = reportService.Render("DOCX", "FULL name of report", new Dictionary<stringobject>(),parameters);

reportService is a ReportServiceClient.

When I try this, I receive the following error message:
"Type 'System.String[]' with data contract name 'ArrayOfstring:http://schemas.microsoft.com/2003/10/Serialization/Arrays' is not expected. Consider using a DataContractResolver or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to DataContractSerializer."

My question is, is it possible to add a known type to the default datacontractserializer and how can this be done?
I suppose I have to create an instance of the ReportServiceBase class, so I can add a known type here somehow.
Or is there any other way to pass multiple values for this parameter?

With kind regards.
Accok5
Top achievements
Rank 2
 answered on 25 Mar 2013
2 answers
521 views
I'm trying to use the approach mentioned in the following article to get textbox values:

http://www.telerik.com/help/reporting/using-section-events.html


I'm getting the following error:

Error   1   Cannot implicitly convert type 'Telerik.Reporting.Processing.ProcessingElement' to 'Telerik.Reporting.Processing.ReportItemBase'. An explicit conversion exists (are you missing a cast?)  

What am I doing wrong?

private void detail_ItemDataBound(object sender, EventArgs e) 
        { 
            Telerik.Reporting.Processing.DetailSection section = sender as Telerik.Reporting.Processing.DetailSection; 
            Telerik.Reporting.Processing.ReportItemBase extraShipping = section.ChildElements.Find("extraShippingCostTextBox", false)[0]; 
        } 


Mohammed
Top achievements
Rank 2
 answered on 23 Mar 2013
1 answer
58 views
Hi,
How to set report header and footer for sub reports in asp.net using telerik report?.

Thanks & Regards
Anzar.M
Peter
Telerik team
 answered on 22 Mar 2013
1 answer
773 views
Hi,
How to set sub report page header and footer for every pages?.

Thanks & Regards
Anzar.M
Peter
Telerik team
 answered on 22 Mar 2013
3 answers
410 views
I'd like to hide the report header at runtime. I've found the property to set visible false, but not sure how to add this to the report .
  
Telerik.Reporting.ReportHeaderSection reportHeader = new Telerik.Reporting.ReportHeaderSection();
            reportHeader.Visible = false;

Thanks, all help is appreciated.
Peter
Telerik team
 answered on 21 Mar 2013
1 answer
65 views
After upgrading my reports, I get this error message:
Set property 'System.Windows.ResourceDictionary.Source' threw an exception
Peter
Telerik team
 answered on 21 Mar 2013
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?