design then preview has no problem, but error raise if direct preview

Stimulsoft Reports.NET discussion
Post Reply
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

design then preview has no problem, but error raise if direct preview

Post by progame »

c:\Documents and Settings\Administrator\Local Settings\Temp\hl8_ktaa.0.cs(39,70) : error CS0117: 'Reports.Report.activityDataSource' does not contain a definition for 'level'c:\Documents and Settings\Administrator\Local Settings\Temp\hl8_ktaa.0.cs(49,70) : error CS0117: 'Reports.Report.activityDataSource' does not contain a definition for 'level'


code:
StiOptions.Preview.Window.ShowPageDesignButton = false;

m_StiReport.Show(this);

no problem for design:
m_StiReport.Design();
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

design then preview has no problem, but error raise if direct preview

Post by progame »

not everytime
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

design then preview has no problem, but error raise if direct preview

Post by Edward »

It seems that it is a problem with a compilation of the report. Maybe you make some modifications to your data during preview?

Please provide us with more information about this error.

Thank you.
Post Reply