Page 1 of 1

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

Posted: Tue Apr 29, 2008 6:27 am
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();

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

Posted: Tue Apr 29, 2008 6:33 am
by progame
not everytime

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

Posted: Tue Apr 29, 2008 3:54 pm
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.