ActiveReports 12
FileStreamProvider Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Rendering.IO Namespace > FileStreamProvider Class : FileStreamProvider Constructor
a System.IO.DirectoryInfo to save the file streams to.
a string value indicating the name to place at the beginning of the files created.
Initializes a new instance of the FileStreamProvider class.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseOutputDirectory As DirectoryInfo, _
   ByVal outputFileNamePrefix As String _
)
public FileStreamProvider( 
   DirectoryInfo baseOutputDirectory,
   string outputFileNamePrefix
)

Parameters

baseOutputDirectory
a System.IO.DirectoryInfo to save the file streams to.
outputFileNamePrefix
a string value indicating the name to place at the beginning of the files created.
Exceptions
ExceptionDescription
Thrown if the base output directory argument is null.
See Also

Reference

FileStreamProvider Class
FileStreamProvider Members