IsLoaded: Boolean;
IsLoaded: boolean;
The IsLoaded property determines whether the regular report sheet will be loaded.
The property is used, if delayed loading of regular report sheers is set: the IPrxReport.DelayedLoad property is set to True.
Available values:
True. Sheet will be loaded. The default value for active sheet.
False. Sheet will not be loaded. The default value for inactive sheet.
The property use is given in the example for IPrxReport.DelayedLoad.
See . also: