Report Life Cycle
Posted: Wed Jul 04, 2012 8:57 am
Hi All,
is there any description of the report life cycle? Something like what asp.net has (http://msdn.microsoft.com/en-us/library/ms178472.aspx)
I am trying to figure out what I can do in the scripts.
What I have found already:
- set StiText.Text in BeginRender script just doesn't have any effect, no matter if it is report, page, text "begin render" event
- set StiTable.ColumnCount has effect if it is called in Report.BeginRender but not in the StiTable.BeginRender
- in the Report.BeginRender script the data are not loaded yet
Could someone clarify these observations or just give me a simple description of report life cycle?
Thank you
Pavel
Updated: BeforeRender => BeginRender
is there any description of the report life cycle? Something like what asp.net has (http://msdn.microsoft.com/en-us/library/ms178472.aspx)
I am trying to figure out what I can do in the scripts.
What I have found already:
- set StiText.Text in BeginRender script just doesn't have any effect, no matter if it is report, page, text "begin render" event
- set StiTable.ColumnCount has effect if it is called in Report.BeginRender but not in the StiTable.BeginRender
- in the Report.BeginRender script the data are not loaded yet
Could someone clarify these observations or just give me a simple description of report life cycle?
Thank you
Pavel
Updated: BeforeRender => BeginRender