ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / Page Class / Load Method / Load(String,IImageConverterService) Method
The file name.
The image converter service.

In This Topic
    Load(String,IImageConverterService) Method
    In This Topic
    Loads the page using the filename and image converter service.
    Syntax
    'Declaration
     
    Public Overloads Function Load( _
       ByVal strFileName As String, _
       ByVal imageConverterService As IImageConverterService _
    ) As Boolean

    Parameters

    strFileName
    The file name.
    imageConverterService
    The image converter service.

    Return Value

    Returns the result of successful execution of the operation.
    See Also