Telerik Forums
Reporting Forum
3 answers
128 views
Hello,

I need to place multiple Crosstab controls (dynamically) into my Telerik Report.
Should I create new Report for each Crosstab, and then add it as subreport into my "main" report?
or should I just add the Crosstab controls to DetailSection.Items collection?
which way is the best?

thank you.
Steve
Telerik team
 answered on 03 Sep 2010
4 answers
504 views
Hello everybody...

I am using VisualStudio 2005 (C#) for developing of a web application. I need to create a report with images (using Telerik Reporting), this images are in a server; on the design of my report I put a simple "picturebox" for each image.

In the VALUE property I wrote: http://charal.dns.com/ee/logo.jpg

If I send to print my report, the images don't appear, only print this message: #ERROR# Unable to connect to the remote server.


Please, if someone has an idea, tell me what must I do...


Another question: in a web application can I put an image as a static image although using the Telerik Reporting Control??

Thanks...

Jeavy...

Steve
Telerik team
 answered on 03 Sep 2010
1 answer
128 views

I am having trouble trying to use dependent parameters. I have the Reporting 2010 Q2. I have 8 images for the figure #'s described below.

1. I have SQLDatasource, using a stored proc, called Providers that gets a list of Providers. This stored proc returns Name and Id fields. Figure 1.

2. I have a ReportParameter called Provider that uses the Providers Data Source for its DataSource. Name is the DisplayMember and Id is the ValueMember. That works and displays correctly in Preview Mode in the designer and on the Report Viewer.

3. I have a second SQLDatasource, using a stored proc, called ProviderClasses that gets a list of Classes for the selected Provider. The stored proc returns Name and Id fields. This stored proc takes a parameter. Figure 3. The parameter is set to the Parameters.Provider.Value.Figure 4.

4. I have a ReportParameter called ProviderClass that uses the Classes Data Source for its DataSource. ClassName is the DisplayMember and Id is the ValueMember. Figure 5. This displays an error message and shows no values when I change the Providers dropdown. Figure 6.

If I open SQL Profiler and I select a provider, it does call the stored procedure with the Id of the selected Provider to populate the classes. When I run this exec command copied out of Profiler in a query window it returns the classes as expected. However, they don't populate the Class dropdown list on the Report Viewer. Figures 7 & 8.

I followed the examples even though they were using SQL text and not stored procedures.

What am I doing wrong?

Thanks,

BIlly Jacobs

Steve
Telerik team
 answered on 03 Sep 2010
14 answers
126 views

Hello,
In report I have four tables, (for example table1, table2, table3, table4). I need to do filtering by tables.
For example:
If I select table1 and table3, the report must only show this two tables (table1, table3)

Would anyone know how is this possible to implement?

Thanks
Steve
Telerik team
 answered on 03 Sep 2010
2 answers
103 views
Hi,

I have a ASP .NET VB project that has been upgraded from VS2008 to VS2010.  At the same time I also updated the Telerik controls to the latest.  I am at the point where I need to add some reports (first time for this project).  Whenever I try to drop a control unto the report workspace I gert an invalid cast exception (see attached jpg).

TIA

Barry
Barry
Top achievements
Rank 1
 answered on 03 Sep 2010
1 answer
127 views
Im trying to create a function to add to my report,

C# 

static public string CheckWords(params string[] Words)

this will not work when i try to use it to assign a value to a text box, I get a "The expression contains undefined function call".

If I change the function to,

static public string CheckWords(string[] Words)

This works but i would have to call the function for each word rather then sending all the words into the function at once.

any ideas?

 

 

 

 

Peter
Telerik team
 answered on 03 Sep 2010
2 answers
109 views
I'm programmatically creating a chart control on my report; everything is working fine. The chart displays data (when available). However, I want to change the default message that is displayed when no data exists in the series. I understand that there is a "nodatastring" property. However, I cannot locate it. When I have no data in my series, I get the generic message "There is no or empty series". Can I change this message?
Adam
Top achievements
Rank 1
 answered on 02 Sep 2010
5 answers
189 views
Hi Team,

How to bind collection of object to telerik reportviewer datasource from silverlight end.In our project the scenerio is user populates a dataset and then modify it in silverlight .Client need to bind the datasource to report.So my question is does telerik report viewer support collection of object as report parameter. Our main criterion is bind datasource to reportviewer from silverlight end.We are planning to buy the telerik report toolkit.But Without this feature it is not possible.please guy tell us a proper solution.

Thanks
Soumen
Steve
Telerik team
 answered on 02 Sep 2010
1 answer
231 views
Using Telerik Reporting we've added a parameter which from Visual Studio, the parameter drop down list is populated when using the preview and HTML preview options, however, when viewing the telerik viewer from within a content page via a browser on the localhost a javascript error is being thrown which results in the parameter drop down list not being populated.

IE
the error (using IE Debugger) is thrown on line 171 
  var editor = eval(this.editors[i]);

Chrome
Uncaught SyntaxError: Unexpected identifier
Telerik.ReportViewer.axd?instanceID=f2db9c5d5e964019af4aa5add4b49b89&culture=en-US&uiculture=en-US&optype=Parameters:24

Firefox
Error: missing ; before statement
Source File: http://localhost:13764/AttendanceApplication/Telerik.ReportViewer.axd?instanceID=6f0850262fc74e58a2eb18afabef1f65&culture=en-US&uiculture=en-US&optype=Parameters
Line: 54, Column: 13
Source Code:
         var parameterEditorChoose Employee_valueEditorChoose Employee = new MultiCheckBoxValueEditor('parameterEditorChoose Employee_valueEditorChoose Employee_textBoxChoose Employee', 'parameterEditorChoose Employee_valueEditorChoose Employee_ta1', true

Error: missing ; before statement
Source File: http://localhost:13764/AttendanceApplication/Telerik.ReportViewer.axd?instanceID=6f0850262fc74e58a2eb18afabef1f65&culture=en-US&uiculture=en-US&optype=Parameters
Line: 58, Column: 11
Source Code:
       var parameterEditorChoose Employee = new ParameterEditor('parameterEditorChoose Employee_valueEditorChoose Employee', 'parameterEditorChoose Employee_nullSelectorChoose Employee', 'parameterEditorChoose Employee_InvalidValueImage');  

Steve
Telerik team
 answered on 02 Sep 2010
3 answers
210 views
Hi,

    We are using telerik reporting for export in our project..We are facing an issue in print functionality in safari browser.The safari browser doesnt print the report and not even responds to it..We are using telerik:ReportViewer and printing the report using the below code

          var viewer = <%=rptTextBasedAdvantages.ClientID%>;
          viewer.PrintReport();

This works for IE and Mozilla firefox .Please help us in resolving in this issue.This is very critical.I searched for many solutions but ended up with no results.

Thanks
Jashvanthi
Steve
Telerik team
 answered on 02 Sep 2010
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?