Telerik Forums
Reporting Forum
2 answers
395 views
Hello,

I'm new to telerik reporting and I've been trying for a few days to Bind a DataSet to a Table from the code-behind(I want to make it look like a simple table (like simple DataGrid in ASP.NET)). I want to make so the columns and the rows are automatically generated for every DataSet that I give to the Report, so with every DataSet the table will have different columns and rows. I create the dataset codebehind so i cannot use the design view like it's shown in the demos. I've searched the internet for a solution but coudn't find any. The thing is everytime I bind a dataset to the table some cells appear, but there is no data in the cells - they are blank(white as the background). I'm probably missing something but I can't figure out what, I would be grateful of you give me some tips.

Apostol
Apostol Apostolov
Top achievements
Rank 1
 answered on 11 Sep 2009
1 answer
74 views
Hi,

I have a large set (atleast a 50,000) of possible values for a parameter. Obviously it wouldn't be efficient to list all values at the intial load of the report. Instead I would like to suggest values (using ajax possibly) based on what the user is typing into the parameter textbox. (something like google suggest). Is this possible? Do you have an example?

Thanks
Mahipal
Steve
Telerik team
 answered on 11 Sep 2009
6 answers
354 views
Let's suppose that I need to do row grouping but I need to change the column order.

We have the example:

Company

VAT rate

Amount with taxes

                   Total

Shell

7%

10

30

10%

20

Elf

7%

30

30

Repsol

20%

40

40


I can't find a way to do this in Telerik. The total column is on the same grouping level that Company but Telerik Reports does not allow to move the column to the right-most position.

Prakash Pogaru
Top achievements
Rank 1
 answered on 11 Sep 2009
1 answer
84 views
Hello,

I am trying to get a hyperlink to work correctly that displays values from a databse field in the link. I can get that to work using the texbox, but then when I want to export to PDF the html is in the PDF. I'm not sure how to get this to work with the HTMLbox. I read that the latest SP has some fixes for the htmlbox and hyperlinks. Can someone from Telerik or anyone else show an example of how to correctly add a link that uses database fields in the actual link while also being able to export to PDF safely without showing the html markup?

Thanks,

Justin
Steve
Telerik team
 answered on 10 Sep 2009
1 answer
52 views
Dear Sir ,
                  this is suriya,,,, i wanna disappear the text "Generating Reports" Text loading while the report is loading ,
(Not in the report viewer).... Is there any way to disappear it ?

Please reply ASAP.....



By
Suriya Narayanan S
Steve
Telerik team
 answered on 10 Sep 2009
1 answer
314 views
Hi,

We have choosen Telerik reporting tool as our primary reporting tool for one of our project. We are facing issues with respect to the rendering time. We have few reports where the data gets from the stored procedure in 10 seconds and when we bind the same data (straight forward method) to the reporting control, its taking 45 minutes to show the report.

I would like to know if there is any other thing which we are missing... I will get the report designer file and can send you if you need it.

Now the client is asking me why can't we switch to SSRS / other reporting tools. How can we defend this question? Please let us know if any links are there to helpus out.

Regards
RK
Steve
Telerik team
 answered on 09 Sep 2009
2 answers
150 views
I just wantto sum only fields that appear on a single page and display it in the same page's pageFooter section(only the fields of the regarding page). However when i drop a textbox onto he report and say SUM(Fields.X) fo the textbox, it sums all the fields of whole report not sums only the fields of a page on per page. How can i do that? Isn't pageFooter right place to do that?
Kem Arda
Top achievements
Rank 1
 answered on 09 Sep 2009
4 answers
160 views
Hello,
I've got one question about a future use of telerik controls...
Please consider a situation for sending report as a stream and compile an xml that will be used by a third party to print the report and then send by traditional mail... I need to know if it's possible to know the exact printing number page (sometimes on the monitor I see one page but it prints 2, depending on the data)... is there a way of using it that way?

Another question, can I call the Reporting DLL to generate the pdf without seeing it on the browser / window?

Thanks in advance
Paolo
Steve
Telerik team
 answered on 08 Sep 2009
2 answers
122 views
I try to search a field "Title".

I set Title as parameter and also set Title as Filters as below:

= Trim(Fields.[Title]) = =Trim(Parameters.Title)
I try to serarch text "developer" and "Developer", it will return different result set.   Why?

I want to it bring the same result set, make the search none case sensitive. How I do this?


I set dateset casesensitive value to False (by default).

Any help will be appreciated.


PatD
Top achievements
Rank 1
 answered on 08 Sep 2009
4 answers
407 views
Hello,

I have to create a report which contains multiple subreports. These subreports are added dynamically at runtime. Everything was going ok till the render time. For some reasons the subreport which is not fit in the current page is displayed on the next page but it is not completed displayed. I understand the fact that if it cannot be displayed in the current page it is displayed on the next one but I cannot understand why it is partially displayed.

For example if a want to display the same report 10 times and on the first page we cand display only 3 of them, the forth one is displayed on the second page but with the same size. Actually the size of the first subreport + the size of free space on the first page get the normal size of the fourth report.
 

This is a code snipped for what I want to do(If you want I can send you a sample application but I can't attach files):
  Color[] srColors = new Color[]
                { Color.Red,
                Color.Orange,
                Color.Yellow,
                Color.Green,
                Color.Blue,
                Color.Indigo,
                Color.Violet } ;
            for (int i = 0; i < 27; i++)
            {
                SubReport sr = new SubReport();               
                sr.ReportSource = new ColorReport(srColors[i%7]);
                sr.Dock = DockStyle.Top;
                this.detail.Items.Add(sr);              
            }

Thanks in advance,
Steve
Telerik team
 answered on 08 Sep 2009
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?