TGetIncludeEventArgs Class
Arguments passed on TFlexCelReport.GetInclude
Syntax
Unit: FlexCel.Report
TGetIncludeEventArgs = class(EventArgs);
Constructors
| Name | Description | 
| Create | Creates a new Argument. 
 | 
Properties
| Name | Description | 
| DataFile | The file with the report. 
 | 
| FileName | File we are trying to include. you can modify it to point to other place. If the including file is a real file (not an stream) and FileName is relative, it will be relative to the including file path.
 
 | 
| IncludeData | Here you can return the included file as an array of bytes. If you return null, the filename will be used to search for a file on the disk.
 If the including file is a real file (not an stream) and FileName is relative, it will be relative to the including file path.
 
 |