ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / EncryptedOpenXmlTools Class / Export Method / Export(Stream,String,String) Method
An input stream which is a OpenXml format document.
The output file path.
The password

In This Topic
    Export(Stream,String,String) Method
    In This Topic
    Export the inputStream with encryption to a file.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Export( _
       ByVal inputStream As Stream, _
       ByVal path As String, _
       ByVal password As String _
    ) 
    public static void Export( 
       Stream inputStream,
       string path,
       string password
    )

    Parameters

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