ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Load Method / Load(String,IImageConverterService) Method
The RDF file.
Service for converting image data to another format.

In This Topic
    Load(String,IImageConverterService) Method
    In This Topic
    Loads document from the specified RDF file.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As String, _
       ByVal imageConverterService As IImageConverterService _
    ) 
    public void Load( 
       string fileName,
       IImageConverterService imageConverterService
    )

    Parameters

    fileName
    The RDF file.
    imageConverterService
    Service for converting image data to another format.
    See Also