Table of Contents

GetIncludeEventArgs Class

Arguments passed on FlexCelReport.GetInclude

Syntax

Namespace: FlexCel.Report

public class GetIncludeEventArgs: EventArgs

Constructors

Name Description
GetIncludeEventArgs Creates a new Argument.

Properties

Name Description
File 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.