ActiveReports 13
Export(Stream,Stream,String) Method

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.SpreadBuilder Namespace > EncryptedOpenXmlTools Class > Export Method : Export(Stream,Stream,String) Method
An input stream which is a OpenXml format document.
The output stream.
The password
Export the inputStream with encryption to an outputstream.
Syntax
'Declaration
 
Public Overloads Shared Sub Export( _
   ByVal inputStream As Stream, _
   ByVal outputStream As Stream, _
   ByVal password As String _
) 
public static void Export( 
   Stream inputStream,
   Stream outputStream,
   string password
)

Parameters

inputStream
An input stream which is a OpenXml format document.
outputStream
The output stream.
password
The password
See Also

Reference

EncryptedOpenXmlTools Class
EncryptedOpenXmlTools Members
Overload List