[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.Page.Load

Load Method

Load(string, IImageConverterService)

Loads the page using the filename and image converter service.

Declaration
public bool Load(string strFileName, IImageConverterService imageConverterService)
Parameters
Type Name Description
string strFileName

The file name.

IImageConverterService imageConverterService

The image converter service.

Returns
Type Description
bool

Returns the result of successful execution of the operation.

Load(Stream, IImageConverterService)

Loads the page using the stream and image converter service.

Declaration
public bool Load(Stream stm, IImageConverterService imageConverterService)
Parameters
Type Name Description
Stream stm

The stream.

IImageConverterService imageConverterService

The image converter service.

Returns
Type Description
bool

Returns the result of successful execution of the operation.