[]
        
(Showing Draft Content)

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

Save Method

Save(string, RdfFormat)

Saves document to the specified file.

Declaration
public void Save(string fileName, RdfFormat fmt)
Parameters
Type Name Description
string fileName

Name of the file.

RdfFormat fmt

The format.

Save(string, RdfFormat, SaveOptions)

Saves document to the specified file.

Declaration
public void Save(string fileName, RdfFormat fmt, SaveOptions options)
Parameters
Type Name Description
string fileName

Name of the file.

RdfFormat fmt

The format.

SaveOptions options

The options.

Exceptions
Type Condition
SecurityException

Save(string)

Saves document to the specified file.

Declaration
public void Save(string fileName)
Parameters
Type Name Description
string fileName

Name of the file.

Save(Stream, RdfFormat)

Saves document to the specified Stream.

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

The stream.

RdfFormat fmt

The format.

Implements

Save(Stream, RdfFormat, SaveOptions)

Saves document to the specified Stream.

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

The stream.

RdfFormat fmt

The format.

SaveOptions options

The options.

Implements

Save(Stream)

Saves document to the specified Stream.

Declaration
public void Save(Stream stream)
Parameters
Type Name Description
Stream stream

The stream.