ResetRenderedState
Posted: Wed May 16, 2007 5:01 am
I tried to use ResetRenderedState, but somehow it does not work.
I used something like this:
StiReport MyReport = new StiReport();
MyReport.Load(@"C:\File1.mdc");
MyReport.Compile();
MyReport.Render(false);
MyReport.Show(true);
MyReport.ResetRenderedState();
MyReport.Render(false) <---- here I get an error, saying that false and true and not valid in the context.
Or do I use the method in a wrong way?
Thanks!
I used something like this:
StiReport MyReport = new StiReport();
MyReport.Load(@"C:\File1.mdc");
MyReport.Compile();
MyReport.Render(false);
MyReport.Show(true);
MyReport.ResetRenderedState();
MyReport.Render(false) <---- here I get an error, saying that false and true and not valid in the context.
Or do I use the method in a wrong way?
Thanks!