Telerik Forums
Reporting Forum
5 answers
278 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
226 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
668 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
598 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
185 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
115 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
749 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
5 answers
160 views
Hello,

I am trying to run vertical page borders along the report vertical edges. I can't seem to find a way to make a border appear between the detail footer (actually a group footer) and the pagefooter. There is always a gap.

Any suggestions?

Thanks,
John
Stef
Telerik team
 answered on 04 Jun 2013
6 answers
673 views
Hello everyone,

Has anyone found a reliable method to add a visual identifier such as 'Continued' to a report that is more than one page because of a long sub-report?

For example, a report that contains Machine info. The report has a sub-report that contains Parts information as line items.  The main report information is in Group and the sub-report is located in the Details Section.

Is it possible to have some kind of identifier on the report that would appear when the sub-report has forced the main report into a second, third or so on pages. Maybe a 'Continued' could appear next to the Customer Name field in the main report Group or change a color of something (anything). 

The main point would be to offer some assistance for the person reviewing the reports. If the report contains 200 machines and each has a unknown number of sub pages all placed in a binder it starts to get confusing. 

Open to any suggestions.

Thanks.
KS
Top achievements
Rank 1
 answered on 03 Jun 2013
6 answers
616 views
Looking for a way to do the following:

1 report parameter, DepartmentID we will call it.

I want a filter that says:

If RequestedDepartment = DepartmentID OR
AssignedDepartment = DepartmentID

I found an example in the forums where one of your techs said you could do:

=a = 10 Or b = 10    =true

but I tried apply that to my situation but it didn't work.  Maybe I mistyped something, but surely you guys have the 'OR' option in your filtering ... right?
Stef
Telerik team
 answered on 03 Jun 2013
Top users last month
Missing User
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?