Online Documentation for Advanced Excel Report for RAD Studio

Show method                


Applies to

TEXLReport component

 

Declaration

procedure Show(const FileName: String = '');

 

Description

 

The Show method is the basic method of the component. It creates report and saves it to the file specified by FileName basing on the template specified by the Template property, or stored in the parent component form, if property StoreInDFM is true. If FileName is not specified, the result report is opened in the MS Excel after the report is built.

 


See also:

DataSet property

Template property