ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / IDocument<T> Interface / Save Method / Save(Stream,RdfFormat) Method
The stream.
The format.

In This Topic
    Save(Stream,RdfFormat) Method
    In This Topic
    Saves document the specified stream.
    Syntax
    'Declaration
     
    Overloads Sub Save( _
       ByVal stream As Stream, _
       ByVal fmt As RdfFormat _
    ) 
    void Save( 
       Stream stream,
       RdfFormat fmt
    )

    Parameters

    stream
    The stream.
    fmt
    The format.
    See Also