ActiveReports 9
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileStreamProvider Class
FileStreamProvider Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum