Create New report by Copying from the existing report

Stimulsoft Reports.NET discussion
Post Reply
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Create New report by Copying from the existing report

Post by Edward »

fkmfkm wrote:I have copied from an existing report to my new aspx page. I have made all the necessary changes to the datasource, databands.

But when I execute it, its complaining about some some names from the previous report.

c:\Documents and Settings\FKM-NB\ASPNET\Local Settings\Temp\0sgyxjfa.0.cs(63,32) : error CS0103: The name 'Opportunity' does not exist in the current context

Did i miss some steps ?
Thank you.
Please go to the designer, try to preview the report and when you see the error, double-click on it. You will be redirected in to the report Code Tab. Please see the name of the method in report which is caused of the error. The name of the method should contain the name of the component which isn't be compiled.

After that with help of the report tree you will be able to locate a component with reference to 'Opportunity' in it.

Thank you.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Create New report by Copying from the existing report

Post by fkmfkm »

I thought I have deleted this post..

Actually I found the problem, there is some hidden textbox which I have left out during the cleaning process...

Anyway thanks for the prompt reply. You guys have been great.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Create New report by Copying from the existing report

Post by Edward »

Thank you for these good words.
Post Reply