ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportModelBase Class / Load Method
Loader that defines loading strategy

In This Topic
    Load Method (ReportModelBase)
    In This Topic
    Loads data into report. Must be implemented in descedants.
    Syntax
    'Declaration
     
    Public MustOverride Sub Load( _
       ByVal input As IDocumentLoader _
    ) 
    public abstract void Load( 
       IDocumentLoader input
    )

    Parameters

    input
    Loader that defines loading strategy
    See Also