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:
public bool SetOutputToFile(string FileName, string Type, string SubType);
public bool SetOutputToFile(string FileName, string Type);
See also:
Class Report© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic