[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.IO.FileStreamProvider.-ctor

FileStreamProvider Constructor

FileStreamProvider(DirectoryInfo, string)

Initializes a new instance of the FileStreamProvider class.

Declaration
public FileStreamProvider(DirectoryInfo baseOutputDirectory, string outputFileNamePrefix)
Parameters
Type Name Description
DirectoryInfo baseOutputDirectory

a DirectoryInfo to save the file streams to.

string outputFileNamePrefix

a string value indicating the name to place at the beginning of the files created.

Exceptions
Type Condition
ArgumentNullException

Thrown if the base output directory argument is null.