Telerik Forums
Reporting Forum
1 answer
136 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
116 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
194 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
244 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
221 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
1 answer
162 views
Is it possible to print a telerik report using a point of sale thermal printer

The page height is variable and therefore the height should be automatic so the details column does not get divided,
Peter
Telerik team
 answered on 01 Sep 2010
0 answers
113 views
Hello everyone,

So if I used an embeded xml file as an datasource for my telerik report, how does this embeded file get refreshed with the new data?

Thanks for your help!

Bryan Doan
Top achievements
Rank 1
 asked on 01 Sep 2010
1 answer
171 views
Hello,

I am using the latest version of telerik reporting (Telerik_Reporting_Q2_2010_v4_1_10_714_dev).

I created a report, with tables, subreports and some conditional formatting. When using the winforms reportviewer the export to excel work fine, but when using the silverlight reportviewer, I only get a part of an error message. Sadly I have to use the silverlight reportviewer, cause it is needed to show the report in a silverlight application. Exporting the report to excel is needed too, cause the user should be able to copy parts of the report in some existing documents.

This error message is shwon in the little window, where I should normally Save the report. The shown Message is "Merged=False, PBreport[0], that i" ... There is some text before and some text after, but its not visible in this window. It's shown in the picture I attached.

The export to rtf is working, but I needed the export to excel, cause the export to rtf, delivers some strange formating results. Some tables are not exported, as they are defined in the report. The export to pdf is also working.

So what can I do, to get this problem solved?

best regards
Dominik.
Steve
Telerik team
 answered on 01 Sep 2010
3 answers
168 views
Hello,

I use the DocxFormatProvider class to show the MS Word document in my Silverlight Project.
Screenshot of this document is attached as "msword_doc.jpg".
But the formatting is incorrect when I see this document on my Siverlight page - screenshot is attached as "silverlight_doc.jpg"

Is there any idea to prevent incorrect formatting?

Thank you.

PS. forum's file extension limitation is the reason why I can't attach original .docx file...
Ivailo Karamanolev
Telerik team
 answered on 01 Sep 2010
1 answer
183 views
I have created a paramater that allows the user to enter a keyword, and use a like statement to return the results. This works fine, however, the search appears to be case sensitive. Is there any way to make the parament non case sensitive?

=Fields.ModDescription    like     ="%" + Parameters.KWSearch.Value +"%"

The soultions I have seen on the forum suggest that I would need to use the TOUPPER in my parameter. I do not see how that would work on a word such as Cable, where only the first letter is capitalized.
Peter
Telerik team
 answered on 31 Aug 2010
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?