Telerik Forums
Reporting Forum
3 answers
392 views
Hello,
I export a report to excel in my application.The report is completely dynamic.  
Now there is a need for me to split cells within a column.

I have for example two columns in my report dynamically created
Col A and Col B.
I want the Nth row in Column B to have 3 values and so split in to 3 cells. all the other rows in column B hold only one value.
Is it possible to do it dynamically in Telerik?
Or
will I be able to group 3 values and add it to a cell... each must be separately modifiable.
Thanks

Stef
Telerik team
 answered on 05 Jun 2013
1 answer
145 views
HI!

Just a simple question.
Is it possible to run some javascript code before/after export event?

Thx.
Stef
Telerik team
 answered on 05 Jun 2013
2 answers
194 views
Hi, in my project I need to create a pie Graph with custom color for each item given by a property in the datasource. Since the Chart element is marked as obsolete I used the Graph Wizard but I cannot bind the color to the item.
Any suggestions will be appreciated.

Thanks, Alessio
Alessio
Top achievements
Rank 1
 answered on 05 Jun 2013
5 answers
243 views
So I'm getting the missingmanifestresourceexception that's supposed to be common in web applications, but I'm getting it when hosting in a Windows Service.

My reporting version is Q1 2013

I have the following projects in my solution, I tried to follow the Best Practices. Solution is VS 2010, all projects are set to .NET Framework 4, not client profile.

MyProject.Reporting - runs message queuing client to receive report generation requests, Telerik Report Processor, has project reference to MyProject.Reporting.Reports
MyProject.Reporting.Reports - contains the report
MyProject.Reporting.Service - windows service hosts MyProject.Reporting

I'm running Telerik Reporting in a Windows Service because on-demand reporting through ASP.NET is taking minutes or hours with the amount of data necessary to present.

Any ideas that I could try would be helpful.
IvanY
Telerik team
 answered on 05 Jun 2013
3 answers
178 views
I have a need to create a report with line numbers that restart every page.  Is there any way to do this?
I have been all over the documentation but I can't find anything at all on this.

Thanks
Andy
IvanY
Telerik team
 answered on 05 Jun 2013
13 answers
581 views
Hello
I just added a sample report references to my web site project.After assigning report viewer to  one of the  sample report  and run the page.I saw generate report text and then  balnk report content  l.I can see data/report concent if I extract it to pdf or excel  but I can not see as HTML.What can be problem do you think ?
Thanks
Roger
Top achievements
Rank 1
 answered on 04 Jun 2013
3 answers
533 views
We are migrating from Crystal Reports to Telerik Reporting in our new software product.  Crystal Reports supports multiple sections for Report Header, Page Header and the Detail Section (e.g. Page Header a, Page Header b, Details a, Details b, Details c, etc.).  It doesn't look like Telerik supports this.  Can anyone tell me whether Telerik does?  And if not, is there some sort of equivalent?  I have some Crystal Reports where I conditionally show a section depending upon a specific scenario.  Any guidance is greatly appreciated.
Peter
Telerik team
 answered on 04 Jun 2013
4 answers
150 views
anyone know the settings to create a candlestick chart?  i have a datatable with the appropriate values and i need to bind them to the chart through code.

ChartSeries s = new ChartSeries();
            s.Type = ChartSeriesType.CandleStick;
            s.DataLabelsColumn = "Open";
            //s.DataXColumn = "Date";
            s.DataYColumn = "Open";
            //s.DataYColumn2 = "High";
            //s.DataYColumn3 = "Low";
            //s.DataYColumn4 = "Close";
            //s.DataXColumn = "Date";
            //s.DataXColumn2 = "Date";
            this.chart1.Series.Add(s);
IvanY
Telerik team
 answered on 04 Jun 2013
1 answer
102 views
I am using ASP.NET MVC 4 (C#) to create a Telerik Reporting Report (v. 7.0.13.426).

I have the report created and everything works wonderfully except for one thing. You see, there is an option to select all orders from a certain date range. I have a From and a To Calendar Picker.  I also have a checkbox for all dates. In my report, I have a textbox for the date ranges with the following code:

    {Parameters.rpDateFr.Value.ToString("MM/dd/yyyy")} - {Parameters.rpDateTo.Value.ToString("MM/dd/yyyy")}

This works great!  I have created a jQuery function for this checkbox that sets all dates to minDate (2012, 1, 1) and maxDate (currentDate).

  Here's the code that is used to push the dates into Telerik Reporting for the to and from dates, but it comes back "Object Reference not set to an instance of an object") for the checkbox. I understand why that is because it is saying if the box is not checked, these are the Parameters. How do I set dates for Telerik Reporting this this checkbox is checked?

    if (!$("#SearchAllDates").is(":checked")) {
    qs.push("@(AdminCompanyInvoiceParameters.DateFr)=" + encodeURI($('#SearchDateFr').val()));
    qs.push("@(AdminCompanyInvoiceParameters.DateTo)=" + encodeURI($('#SearchDateTo').val()));
    }

Any suggestions??
IvanY
Telerik team
 answered on 04 Jun 2013
3 answers
636 views
Dear Telerik

I am trying to create a frame around my report, e.g. around my header, detailsection and footer.
The problem is the frame leaves a space between the bottom detail section and the footer section when a page break happens.
Please see attached screenshot, the blue box shows the missing frame.
The frame is generated using left,right border on detail section. and border on 3 sides on header and footer.
I have tried setting border on the report but this dosnt have any effect.


Bonus question: Whats the bestway to get round coners on a full report frame/border like this?

Thanks in advance
Johannes
Stef
Telerik team
 answered on 04 Jun 2013
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?