Telerik Forums
Reporting Forum
6 answers
479 views
I am unable to use panels in my report simply because the right side border of my panel is not visible. I have tried playing with the border size and setting the border style to solid bu the right side of the panel still stays borderless. Can someone please help out?


Thanks. 
Hrisi
Telerik team
 answered on 19 Jul 2012
1 answer
172 views
i have been able to get my report to send as an email attachment with out any parameters, i would like to know if anyone could assist me with sending a telerik report with parameters.
IvanY
Telerik team
 answered on 19 Jul 2012
2 answers
137 views
Hello Telerik team,

I created a pie chart dynamically in the pie NeedDataSource function.
void chart1_NeedDataSource(object sender, EventArgs e)
{
    List<Product> products = new List<Product>();
    products.Add(new Product("Parka L", 120));
    products.Add(new Product("Parka M", 100));
    products.Add(new Product("Parka S", 132));
 
    Telerik.Reporting.Processing.Chart procChart = (Telerik.Reporting.Processing.Chart)sender;
    Telerik.Reporting.Chart defChart = (Telerik.Reporting.Chart)procChart.ItemDefinition;
    defChart.IntelligentLabelsEnabled = false;
    ChartSeries serie = new ChartSeries();
    serie.Type = ChartSeriesType.Pie;
    serie.Clear();
    serie.Appearance.LegendDisplayMode = Telerik.Reporting.Charting.ChartSeriesLegendDisplayMode.ItemLabels;
    foreach (Product lst in products)
    {
        ChartSeriesItem item = new ChartSeriesItem();
        item.YValue = (double)lst.QuantityInStock;
        item.Name = (string)lst.Name;
        item.Appearance.Exploded = true;
        item.Label.TextBlock.Text = (string)lst.Name + " - #%";
        serie.Items.Add(item);
    }
    defChart.Series.Add(serie);
}

Unfortunatly the chart is duplicated at each row as you can see with the attached file.
Have you got an idea please ?

Thanks



Forest
Top achievements
Rank 1
 answered on 19 Jul 2012
1 answer
156 views
Hi , 

i am usinf Q2 2012 Telerik Reporting, i  used Sql data source for my report . this sql datasource returns the fields , i bound those fields with some tex boxes , all text boxes bind correctly but one text box not showing the value when run the report, that why i am trying using the itemdatabound for that text box,
can you please help how to bind the Texbox with fields of SQlDatasource PlZZ help Me ASAP

Thanks in Advance
Siva
Milen | Product Manager @DX
Telerik team
 answered on 19 Jul 2012
2 answers
142 views

It's a crosstab with grouping, can I set one row bold?

Li
Top achievements
Rank 1
 answered on 19 Jul 2012
1 answer
100 views
In a report I am building I need to add multiple fields together. It looks like in the preview though it is using the values as text and concatenating it end to end.  Is there an example of how to do this somewhere?

This is what I have in the expression editor

= (Fields.income_monthly10 + Fields.income_monthly9 + Fields.income_monthly8 + Fields.income_monthly7 + Fields.income_monthly6 + Fields.income_monthly5 + Fields.income_monthly4 + Fields.income_monthly3 + (CDbl(Fields.income_annual1) /12) + (CDbl(Fields.income_annual2) /12) ))

Any help would be greatly appreciated.
IvanY
Telerik team
 answered on 18 Jul 2012
1 answer
169 views
Hello, Have you planned to develope an end-user editor that can be used at runtime integrated with an application? Our applications use EF entities and we need our end-users to be able to change and design new reports. At that moment we use stimulsoft suite, and we plan to change due to slow performance with big business objects structures. Have you any roadmap for such a functionality? Thank you David
Peter
Telerik team
 answered on 18 Jul 2012
1 answer
144 views
Hi,

I am using Table Control in Report Header to show summary data for the report.
I am using sqlDataSource to bind data to the table in the designer.

The summary information is shown properly, but i need to total the summary information.
So i basically need to add another row at the bottom of table which sums the individual column values for each row in the table.

But my menu has "Add Total" Disabled.

Pls help me out.

Thanks.
Srinath.
Elian
Telerik team
 answered on 18 Jul 2012
1 answer
102 views
Hi,

i wanted to know if there is an example of that feature ( End-User Capabilities) in telerik reports. Its possible allow to the user to create their own queries?  Everything working with OLAP?  i wanna build, a web-cube where the user can select data and work with it. is that posible throught telerik reporting?


Thanks in advance and sorry for my bad english!
Peter
Telerik team
 answered on 18 Jul 2012
4 answers
528 views

Hi,

How can i center the page in reportviewer? i can't find the property to set it,it seems always to be left of the reportviewer. 

I use the 2011Q3 version in Silverlight.

Thanks.

c
Top achievements
Rank 1
 answered on 18 Jul 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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?