Report.SetOutputToFile

Sets the output properties of the report based on the parameters passed. Call this before calling CreateOutput().

public bool SetOutputToFile(string FileName);

Return Value

True if the parameters were correct or False if not.

Parameters

FileName
The name and path of the file to output the report to. If the file already exists, it's overwritten.

Overloads:


See also:

Class Report

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic