[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.Page.Save

Save Method

Save(string)

Saves data to the specified path.

Declaration
public bool Save(string strFileName)
Parameters
Type Name Description
string strFileName

The file name.

Returns
Type Description
bool

Returns the result of successful execution of the operation. True if operation was successfull

Save(Stream)

Save data to the specified stream.

Declaration
public bool Save(Stream stm)
Parameters
Type Name Description
Stream stm

The stream.

Returns
Type Description
bool

Returns the result of successful execution of the operation. True if operation was successfull