Telerik Forums
Reporting Forum
1 answer
105 views
Hi,
I've been developing a web application that creates reports via the web report viewer.
I set up parameters that work with filters in order to create the cascading affect. The expression of the filter was complicated so I used a user function to create the expression.  The function returns an ArrayList.
The filter is as follows: 
   

string

 

filterValue =  "=MyNameSpace.MyClass.MyFunction(Parameters.Parameter1, Parameters.Parameter2)";

 

report.ReportParameters[parameterName].UI.AvailableValues.Filters.Add(

"=Fields.Field1",

 

 

FilterOperator.In,

 

filterValue);

 

Everything was working fine until I changed the web application to work with the settings of session mode to state server.
 I get the following exception:
    "The expression contains object 'MyNameSpace' that is not defined in the current context."

I read Design Considerations for Out-Proc Session State (HOW-TO Use Out-Proc session with Telerik Reporting).

Why isn't it recognizing the function?
How can I get the function working?

I'm using version 2009 Q2 SP1 of the telerik reports.

Naphtali

Steve
Telerik team
 answered on 11 Sep 2009
2 answers
415 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
85 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
368 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
86 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
57 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
331 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
153 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
169 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
125 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
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?