<< Click to display table of contents >> TRVReportHelper.RichView |
This is the object containing document of the report helper.
property RichView: TRichView;
This RichView object is invisible. Use it to load document and to set properties for loading. This RichView must be linked with some TRVStyle object.
In D6+, you can set properties and events of this object at designtime using the Object Inspector.
Do not use formatting methods of this RichView. Use Init and FormatNextPage instead.