Telerik Forums
Reporting Forum
1 answer
218 views
I am trying to build a query with a parameter in it and get the following error
"Must declare the scaler variable"

I am using Visual Studio 2008 and telerik reporting Q3
could someone please tell me how to get around this problem
my query string looks like this

SELECT     ProNumber, HoldCodes, Ship, Pieces, Weight, SkidSpaces, SrprhID
FROM         RouteDetail
WHERE     (SrprhID = @Param1)

the excution of the query works fine
thanks
Pete
Steve
Telerik team
 answered on 21 Apr 2009
1 answer
137 views
Hello,
In my application report is being exported successfully in CSV format. But in Excel or any other format, the exported report only shows the title. The data being fetched from database is not displayed in exported report.

For your kind information i have read your help and found something to export reports in pdf and image format.
But the problem is that, in my application the error occurs of "Telerik.Reporting.Processing" namespace.
If i include it then it gives me error of "Telerik.Reporting.Report".

So i kindly request you to provide some suggestion.

Regards,
Ridhz
jain
Top achievements
Rank 1
 answered on 21 Apr 2009
12 answers
728 views
as i read in the forum there is currently no control that supports table view so i have to build it on my own.

i have lists of columns, rows and values and want to create a table out of this using a subreport.
some fixed data is already bound correctly and displayed in the subreport using the NeedDataSource Event in the master report.
because the columns are not fixed i can not use the usual approach in defining all columns and then create the table in the detail section. what is the best approach to get this subreport? should i completly create the report at runtime?
or create the report but add the textboxes manually at runtime?
where do i have to place my code so that i am having the datasource of the subreport and can add my fields according to it?


Steve
Telerik team
 answered on 21 Apr 2009
0 answers
94 views
Hi,
 Can u pls help me out in exporting report into CSV format.
Have got lots of prob in it.


Thanks & Regards
Stella
jain
Top achievements
Rank 1
 asked on 21 Apr 2009
1 answer
143 views
3 quick questions:

1)  To illustrate grouping of several values on a report, I am adding a square shape on the report around several textboxes.  Designer shows me overlap warnings, but when I view it using Report Viewer, the textboxes get pushed to the right of the shape, instead of the shape appearing behind the textboxes.  Is there a setting to allow it to appear as I'm describing?

2) I often use cascading drop down parameters for narrowing down report results.  Whenever I set "MultiValue" to true on a Parameter, the selection box appears at random places on the screen, instead of being attached to the bottom of the control.  If I set "MultiValue" to false, the control behaves as expected.  The random selection box placement only happens using IE8 but works as expected using Chrome/Safari.

3) I am using a sliding pane with a RadMenu to categorize several reports.  Using Chrome/Safari, the RadMenu title text appears as one letter on top of another.  For example, if my title was "Billing Reports", it appears rotated 90 degrees on IE, but looks like this on Safari/Chrome. 
B
i
l
l
i
n
g

R
e
p
o
r
t
s

I am developing on Server2003, Visual Studio 2005, and viewing using IE8, Chrome 1.0.154.53 , and Safari 4.

Thank you!
Steve
Telerik team
 answered on 21 Apr 2009
1 answer
116 views
I have the trial or Telerik reporting.  I went through 2 videos (intro and data) and part of the pdf file.  I have a project with many object data sources already defined.  I am trying to use them in a new Telerik report I added to the project.  I tried going through the wizard, and the only way I could get to the data object names was to go to "Business Object" under choose a data souce type.  Then I choose the App_Code.5zwoels(), and then DataSet1TableAdapters, and the various TableAdapters are listed there.  However, when I choose one, all I get in the data explorer are 3 itesm:  "ClearBeforeFill', "Container" and "Site".  No field names.  What am I missing?
Steve
Telerik team
 answered on 21 Apr 2009
1 answer
114 views

Hi anybody,

 

Good Day!

 

FYI - We own Telerik Reporting service tool.

 

1, I need to implement Bar Code in my report forms in which the Bar codes has to be displayed in the form retrieving the Bar code from the Database.

 

2, Also, I am binding the report form using Telerik Report Viewer Control. The form consists of 3 pages in total. But, I need to display only first two pages of the form in certain cases (i.e,) I need to make the third page invisible on certain conditions.

 

So, please help me with the following,

 

1, Could you please provide me with a sample code on how to implement Bar Code in forms retrieving the bar code numeric values from the database?

 

2, Could you also provide me with a sample code on how to control the number of pages to be displayed at certain conditions in Telerik Report Viewer?

 

Thank you for your help in advance.

Steve
Telerik team
 answered on 21 Apr 2009
3 answers
240 views
I have a asp page running, the user selects to print the details of a certain route, how would I set up the report viewer and telerik report to show the report.

currently the program builds a collection of the information, but I am not sure how to pass that into the report viewer, could someone give me a little example on how this would work.

my setup now is I have an ASP page has the report viewer in it, in that page I am gathering the data needed for the collection, I have a myReport in the class library that the reportviewer is linked to
or does the data collection need to be done in the report class ?

I am trying to follow the examples in the telerik reporting manual, but the example they provide shows how to connect to a database.

thanks



 

Sekar
Top achievements
Rank 1
 answered on 17 Apr 2009
1 answer
219 views
I've been working with Telerik RadGrid, MasterTableView an I tried to export my data to Excel but with no success. The file is created and saved on my workstation but the file is not of "Excel" kind.

When I open the file it only contains HTML. Is this right? Excel says that the file is not of any correct Excel type!

Update: This error only occurs when you use "Excel Viewer" due to the fact that "Excel Viewer" can't convert the outputed HTML file to a "real" Excel formated document.

Is there anyway to get the output as a real Excel document not a invalid document in HTML?
Daniel
Telerik team
 answered on 17 Apr 2009
2 answers
140 views
Hi Telerik
   I just want to let you know my thought. I am using the Telerik Reporting Q1 2009 and trying to use the Report Parameters extensively. But doing so i come across a small bug, on using Multiple value parameters shown as a list of checkbox under a dropdown pulldown box. I made the selection for a bunch of data by checking them. When i go out of focus, the dropdown text shows my selection with semi-colon seperated and that's cool. By the way if i click the dropdown again it looks like it forgets all my selection and i got to do that again.

It will be nice if it remembers the selection made in the checkboxes if out of focus and it will be far better if it remembers that after the Preview has been clicked. Although its kind of remembers in the dropdown textbox (csv) but as soon i click on the dropdown everything wipes out.

Please let me know if you have done that for some purpose but i feel the usability is hard in that case.
Steve
Telerik team
 answered on 17 Apr 2009
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?