ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder 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

In This Topic
    Export(Stream,Stream,String) Method
    In This Topic
    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