[]
        
(Showing Draft Content)

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

Load Method

Load(Stream, IImageConverterService)

Loads document from the specified Stream.

Declaration
public void Load(Stream stream, IImageConverterService imageConverterService)
Parameters
Type Name Description
Stream stream

The stream.

IImageConverterService imageConverterService

Service that converts image data from one format to another.

Load(string, IImageConverterService)

Loads document from the specified RDF file.

Declaration
public void Load(string fileName, IImageConverterService imageConverterService)
Parameters
Type Name Description
string fileName

The RDF file.

IImageConverterService imageConverterService

Service that converts image data from one format to another.