[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.IDocument-1.Save

Save Method

Save(Stream, RdfFormat)

Saves document to the specified Stream.

Declaration
void Save(Stream stream, RdfFormat fmt)
Parameters
Type Name Description
Stream stream

The stream.

RdfFormat fmt

The format.

Save(Stream, RdfFormat, SaveOptions)

Saves document to the specified Stream.

Declaration
void Save(Stream stream, RdfFormat fmt, SaveOptions options)
Parameters
Type Name Description
Stream stream

The stream.

RdfFormat fmt

The format.

SaveOptions options

The options.