Telerik Forums
Reporting Forum
1 answer
102 views
//Works in our main server, in my local instance of telerik report, it generates a graph like

Chart image

http://img362.imageshack.us/my.php?image=imagecahcmt7iuc2.png

Zeroes!!! Rad Control directory is in /RadControls.

What am I missing here?

Thanks!
Chavdar
Telerik team
 answered on 03 Apr 2008
4 answers
265 views
I'm having a problem that PDF sizes are too big, like one page grid with no images are getting 1MB. Also zip produces no effect over this files. How can I reduce that?
Rossen Hristov
Telerik team
 answered on 03 Apr 2008
1 answer
59 views
Hi,
       I came forward with the same error, where I didn't use a separate Class Library structure and I am new to Asp.Net , I heared from other post that "Web Site project has a lot of peculiarities and restrictions" .May I know what are they , which may help me to move forward.

thanks,
Sankar
Svetoslav
Telerik team
 answered on 02 Apr 2008
2 answers
413 views
Hi,

In windows application, I was trying to add a Telerik.Reporting.TextBox in report object's detail secation. I wrote something like this

Dim ri as New Telerik.Reporting.TextBox()
ri.Visible = True
ri.Value = "hello"
Report1.detail.Items.Add(ri)
ri.Left = Report1.empIDDataTextBox.Left + New Unit(100)
ri.Top = Report1.empIDDataTextBox.Top
ReportViewer1.RefreshReport()

I think it should display my newly added column/item but it wasnt.

Or is there any other way to add a new item/field/column in report dynamically?

Thanks.
Gourangi
Top achievements
Rank 1
 answered on 31 Mar 2008
3 answers
221 views

I am trying to create a report with design time support for parameterized queries. Just the same as shown on this video. The problem is that I cannot use the wizzard, nor a SQLDataAdapter. I have a function that given the parameters, returns a dataTable.

I know I can use the following code:

Me.DataSource = dt

But then I lose the design time support as the IDE doesn't know which fields are declared on the dataTable.

Is there any way I can work with a DataAdapter over a middle tier so I can process the data before sending it to the report, declaring the fields I'm going to use so I don't lose the design time support?

Thank you

Rossen Hristov
Telerik team
 answered on 31 Mar 2008
1 answer
174 views
I notice that when I set PrintOnFirstPage=False on my Page Header Section, it will leave a white space as large as the suppressed header section.  How should I remove the white space?
Svetoslav
Telerik team
 answered on 31 Mar 2008
1 answer
226 views
Is there a way to control some properties in the PDF document created using the command:

    Telerik.Reporting.Processing.ReportProcessor.Render("PDF", ...

Specifically, I need to set the default page scaling option to "none" so the user doesn't have to be concerned with that. This option is located in the adobe reader's standard print dialog. I am assuming that using Adobe Acrobat, or some SDK one can control this option when creating the document and afterwards when printing the document it would be preselected.

If the page scaling option is left at it's default setting, the document is scaled because it's "considered" larger that the printable area. The report needs to print very close to the right and bottom edge of the paper in order to align with the perforations and use most of the available space. It prints ok when scaling is set to none.
Rossen Hristov
Telerik team
 answered on 31 Mar 2008
7 answers
181 views
Hello

I am trying to add a text box control to my report and then use the Expression builder to add an expression.  Everytime I right click on the text control and select the Expression from the context menu...my visual studio shuts down.

Is there a fix for this???
Svetoslav
Telerik team
 answered on 31 Mar 2008
2 answers
575 views
I am using Q3 2007 SP1, and I am getting a frustrating error when I view a report I've created. Here is my scenario:

  1. Created a new typed dataset and set it as the datasource in the report designer; also set the datamember to the appropriate table
  2. Added 2 textbox items to the report header section and set the expressions to fields that I selected in the expression editor dialog
  3. Added a new webform containing the reportviewer control; in the codebehind (Page_Load) I add code that creates an exact duplicate of the dataset (reading from same schema file that I used to create the typed dataset) and created a few sample datarows
  4. Viewed the report and I get the following error:

#ERROR# The expression contains object 'BankEmployeeName_A' that is not defined in the current context.  

Why doesn't it find the field? I set a breakpoint in the ItemDataBinding event handler and the report's datasource property does in fact contain this field within the targeted datamember (datatable). Am I missing something?

I am only using the typed dataset for design-time--I will be returning the exact same result set from an Oracle stored procedure and I don't want to use typed datasets for this purpose. Theoretically, this scenario should work perfectly, and in fact, is the way in which we were binding all of our Crystal Reports report objects previously.

Any ideas on why this isn't working??

Thanks,
Larkin

Angie
Top achievements
Rank 1
 answered on 27 Mar 2008
9 answers
227 views
Hi,

I'm trying to convert a existing XtraReport to Telerik report because I need Arabic language support and RTL.

After creating I new Telerik report, I'm using 'Telerik Report Wizard 'after selecting 'Convert from existing Report', I don't see any available converter.

I have installed v7.3 of DevExpress because that was a remark while using v7.1

Is there any suggestion for this issue?

Kind regards,

Stijn S.
Stijn
Top achievements
Rank 1
 answered on 27 Mar 2008
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?