ActiveReports 8
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 System.IO.DirectoryInfo, _
   ByVal outputFileNamePrefix As System.String _
)
public FileStreamProvider( 
   System.IO.DirectoryInfo baseOutputDirectory,
   System.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
System.ArgumentNullExceptionThrown if the base output directory argument is null.
See Also

Reference

FileStreamProvider Class
FileStreamProvider Members

Support Forum