Table of Contents

GetIncludeEventArgs.GetIncludeEventArgs Constructor

Creates a new Argument.

Syntax

Namespace: FlexCel.Report

public GetIncludeEventArgs(ExcelFile aExcelFile, String aFileName, Byte[] aIncludeData)

Parameters

<-> Parameter Type Description
aExcelFile ExcelFile The ExcelFile that has the report doing the include.
aFileName String File that we are trying to include.
aIncludeData Byte[] The included file as an array of bytes. If you return null, the file will be searched on disk.

See also