Telerik Forums
Reporting Forum
7 answers
514 views
Is there a way I can embed the Telerik Report viewer and not have it conform to the in-built paging. In simple words have all the pages of the report extend down the viewer in the webpage. Meaning not getting a Page by Page output.
Elian
Telerik team
 answered on 19 Jul 2012
1 answer
226 views
How do I filter charts using Report parameters? Do you have any sample project? I am new to telerik reporting.. :(.. Please help me to create chart and filter using report parameters..
Peter
Telerik team
 answered on 19 Jul 2012
6 answers
505 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
183 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
189 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
178 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
149 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
108 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
182 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
161 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
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?