[]
        
(Showing Draft Content)

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

LoadFromUrl Method

LoadFromUrl(string, IImageConverterService, UrlErrorEventHandler)

Loads a document from the specified data path.

Declaration
public void LoadFromUrl(string dataPath, IImageConverterService imageConverterService, UrlErrorEventHandler downloadError)
Parameters
Type Name Description
string dataPath

The data path.

IImageConverterService imageConverterService

The image converter service.

UrlErrorEventHandler downloadError

The Error event handler.