Telerik Forums
Reporting Forum
3 answers
248 views
Hi,
I am on a try basis .I like your reporting tool and as I test it I find myself wondering how to solve one problem.I am an Oracle programmer
and I am trying to write a three tier application for my customers and I am looking for a reporting tool.Yours seems to cover my  needs.
Basically I have one question.Since my customers are used to Oracle reporting I would like the same with your tool.
What I mean is this, all the data will be processed by me into a dataset or datatable locally since my application is not connected direct
to the database but a middle server that sends the data in a format my client understands and inserts into the dataset/datatable.
Once the client has the dataset calls your object like

        report.DataSource = tempDT
        reportViewer.Report = report
        reportForm.Show()
        reportForm.Controls.Add(reportViewer)
        reportViewer.RefreshReport()

I made a project using Telerik reporting that works.It reads a file, creates a dataset of 1511 records which represent 37 pages,
it  takes 15 secs for first page to show on the form  and 10 for rendering the rest.
If my report gets bigger the time grows.What i would like to know if there is a way just like Oracle reports (usually the first page comes
very fast and then if I choose it does the rest) to be able to get the first page very quickly since I prepare the pages in order in mydataset and I do not need ordering or sorting .
If you can show some example of pure data already in the memory of dataset or datatable and manipulate in such a way I show the first page and later I load the rest of the report if I want.This will help me in choozing your product.

thanks in advance

I am sure you are busy , but since I am on trial version time and I would like to test your suggestions
I will appriciate your quick answer because this issue will make us decide to buy your product

Thanks again
 
  

Steve
Telerik team
 answered on 06 Jul 2009
3 answers
139 views
Dear staff,
I am integrating Telerik Reporting on ASP.Net. When I clicking Preview button or export to file to view, there are no current page link on page footer but I print on page directly. I see this link on the page footer. This causes issue when I send invoice to customer.

How to resolve this issue

Thanks
Milen | Product Manager @DX
Telerik team
 answered on 03 Jul 2009
1 answer
171 views
Hi,

Please help in achieving the following table like structure in a report

-------------------------------------------------------------------------------------------------------------------------
Date          |   Person         |       LastCall     |              Cycle Target                          |   Last Call Dtl         
-------------------------------------------------------------------------------------------------------------------------
                  |                       |                         |  Product | Tgt  |  To do |  Potential       |  Prd | Com
--------------------------------------------------------------------------------------------------------------------------
                  |                       |                         |               |        |             |                      |         |
                  |                       |                         |               |        |             |                      |         |

Thanks in advance for any help.

Regards

Prabhu


Ivan
Telerik team
 answered on 03 Jul 2009
2 answers
152 views

Hello,

        I have a Report which has 5 Sub Reports and this sub reports has their own datasets.We are having Dataset(.XSD) files for Datasets. One of the Sub Report using Stored Procedure to get the data from database.
     
        I am using following code to Create IReportDocument object.

       

1. string

reportName = "MIDAS.Reporting.Calls.CallOutReport, MIDAS.Reporting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";

 

 

2. IReportDocument objReportDoc;

 

3. Type

reportType = Type.GetType(reportName);

 

4. objReportDoc = (

IReportDocument)Activator.CreateInstance(reportType);

Here 4th point/line takes almoset 1 minute to Execute. Is it due to 5 subReports ? is there any other approach to improve the performance.

Any help would be highly appreciated.

Thanks in advance.

------------------------------------
Ajay



 

Musa Kubheka
Top achievements
Rank 1
 answered on 03 Jul 2009
7 answers
285 views
Hi,

We are using your ASP.NET AJAX Telerik control for the last two and half years in one of our enterprise applications . Right now we are exploring the possibility of using Telerik reporting control in order to utilize built in print functionality for some of our reporting pages.

The scenario we are trying to achieve is as follows...

The report definition are in a seperate class library. Using Report viewer control in a asp.net application.
In a webform we are having a custom web control in the top of a page where the user can select some search criteria.   When the user invoke a search button , need to populate the report viewer control that is below the custom control by the data returned from a WCF service.

The problem is while submitting the search button the report viewer control only displays the tool bar without any data. If we select any export format from the dropdown list, the exported report contains data as expected from the wcf service. What we are expecting is the report viewer control should have data once the user selects search criteria and invoke the search button in a webform so that they can print the report directly.

P.S. In the preview mode it contains only the Page and report header only.

Thanks in advance for your help.

Regards

Prabhu

 I have attached a sample screen shot for reference below


Chavdar
Telerik team
 answered on 03 Jul 2009
2 answers
108 views
I have a 100.000+ record table and I need to report just one record.
I noticed that If I use the report filter with "Fields.id_field = ...." the report seems too get all data from the server, and then filter the desired record. If I filter the query with "WHERE id_field =..." the reports runs very fast.

Is this normal? If I should use database filtering (instead of report filtering): where should I set the query parameters (@id_field)?

Thanks in advance!
Jorge
Top achievements
Rank 1
 answered on 03 Jul 2009
2 answers
134 views
I have a report project which I am trying to pass a dataset with two data tables.  This is not really a master detail report, but more of a document that will be saved and printed by the application.  I have tried everyway I've seen on the forum to populate the sub report, but nothing works?  I've tried setting the data source of the Report property of my sub report, adding code to the NeedDataSource method of the sub report, adding code to NeedDataSource of the actual report that is the sub report, etc.  When I step the code, I can see that the datasource is correct when the report is created and the data set has the data, but when the report is generated in the report veiwer, its like it loses the connection with the data.  The only time something will display in the subreport is when I hard code values.  The only way to get the actual data to display is to make it a separate report.  Since I can't get the sub report concept to work, I've decided to just try to use the Report book approach since I have one report for the header, and one for the lines.  Is there any problem with using this appoach for my situation?  And do you have any ideas why setting the data source for the sub report is not working?  I'm using Q1 2009.
Svetoslav
Telerik team
 answered on 02 Jul 2009
4 answers
61 views
Please help me to create a chart like this in my report.  I need 3 stacked lines in the chart. Could u please give me a sample project. or link for sample

http://www.telerik.com/help/reporting/understandingtypesline.html
Chavdar
Telerik team
 answered on 02 Jul 2009
1 answer
100 views
Hi,
I know there is no support for the Express editions but does that mean reporting is impossible?  Is there a way of manually adding references and creating reports?

Thanks for any help.

Derek.
Svetoslav
Telerik team
 answered on 02 Jul 2009
3 answers
379 views
Hi,

I created a datatabe and grouped by Onegroup and another subgroup.

I am displaying the report in report viewer. I can able to view it correctly when i see on the report viewer but i print or export to pdf or excel. the detail section records are appearing two times. I try to solve this problem but fail to do. I don't know what exactly went wrong.

Can you tell me why it appearing two times.

Let me give an example when i view on the report viewer:


Division Group
              Resource Group
                        personname-1          fielddata1     fielddata2    fielddata3    fielddata4
                        personname-2          fielddata1     fielddata2    fielddata3    fielddata4
                        personname-3          fielddata1     fielddata2    fielddata3    fielddata4
---------------------------------------------------------
when print on the paper or convert to any format i am getting the following one:

Division Group
              Resource Group
                        personname-1          fielddata1     fielddata2    fielddata3    fielddata4
                        personname-2          fielddata1     fielddata2    fielddata3    fielddata4
                        personname-3          fielddata1     fielddata2    fielddata3    fielddata4
                        personname-1          fielddata1     fielddata2    fielddata3    fielddata4
                        personname-2          fielddata1     fielddata2    fielddata3    fielddata4
                        personname-3          fielddata1     fielddata2    fielddata3    fielddata4

------------------------------------------------------------

Thanks.

Regards
Arshad








Svetoslav
Telerik team
 answered on 02 Jul 2009
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?