Telerik Forums
Reporting Forum
2 answers
553 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
207 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
7 answers
107 views
Hi,

On my Form, I have a bunch of fields, about 40.  These are mostly
RadTextBoxes and RadDatControls, and 3 or 4 LARGE RadTextBoxes.

Basically, with a standard layout form, I want to create the same kind of report,
as if it was a Screenshot of the Form.  Anotherwards, everything should line
up approximately the same way.

I don't want to have your typical report with 5 or 6 columns across,   I need
to show all of the data on the report.

I haven't browsed the forum much yet, but am planning to do so.  Do you have any ideas or links on how to make a complex form report.

Thanks,
David
David
Top achievements
Rank 1
 answered on 26 Mar 2008
1 answer
106 views
This is the code I have now, and I'm trying to tweak it to make it work.

TR.BS_TrackingDataSet1TableAdapters.

Subpoena_OrdersTableAdapter s = new TR.BS_TrackingDataSet1TableAdapters.Subpoena_OrdersTableAdapter();

TR.

BS_TrackingDataSet1.Subpoena_OrdersDataTable t = new TR.BS_TrackingDataSet1.Subpoena_OrdersDataTable();

t = s._Get(4);

TR.

Report3 r = new TR.Report3();

r.DataSource = t;

rvFTBReport.Report = r;

rvFTBReport.DataBind();

David
Top achievements
Rank 1
 answered on 26 Mar 2008
3 answers
172 views
Do you have any examples of how to use a Date Selector so a user can select From and To dates to generate a report (Show me everyone who has registered From: 03/01/2008 To: 03/06/2888)?
Rossen Hristov
Telerik team
 answered on 26 Mar 2008
1 answer
247 views
I tried to set "Main report is Portrait and Subreport is Landscape", but seems to be not successful. My result is "Main report is Portrait" and "Subreport is also Portriat" (NO matter I had setted Subreport to Landscape).
Any hints?
My Telerik Report verion is 2.0.1.0.

Benson.
Svetoslav
Telerik team
 answered on 25 Mar 2008
5 answers
206 views
I want that the next details right after previous group footer.
How can I remove that?

Milen | Product Manager @DX
Telerik team
 answered on 24 Mar 2008
7 answers
170 views
I am trying to generate a report, and the wizard is giving me an error.

Can anyone suggest how to overcome this issue while still using DAL's or do I have to use the builtin DB connection stuff?

Screenshot
Svetoslav
Telerik team
 answered on 21 Mar 2008
1 answer
268 views
Hi,

Programming in VB.

I am using Telerik reporting in our website development along with all your other asp.net controls and I need to programmatically produce a pdf file and the save it to a subdomain on the server.
I have used your code snippet (July 18, 2007) to produce the pdf and this works fine, but I would like to extend the code to save the pdf to a folder on a subdomain.

I notice a commented out line in the code

'WriteToFile(Server.MapPath("~\temp\" & fileName), reportBytes)


Perhaps this is what I am looking for, but I don't understand how to implement it.

Regards,

Andy.

Chavdar
Telerik team
 answered on 20 Mar 2008
1 answer
110 views
I have users logging in using simple HTTP Auth (NTLM on IIS). I need this info, the user id / pw to be passed to the report i am creating. How can i do that ?
Ivan
Telerik team
 answered on 20 Mar 2008
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?