ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / ReportContextFn Delegate

In This Topic
    ReportContextFn Delegate
    In This Topic
    Declares the function type ofr the ReportContext creation during the data processing.
    Syntax
    'Declaration
     
    Public Delegate Function ReportContextFn( _
       ByVal report As Def.Report, _
       ByVal parameters() As DataParameter _
    ) As ReportContext
    public delegate ReportContext ReportContextFn( 
       Def.Report report,
       DataParameter[] parameters
    )

    Parameters

    report
    parameters
    See Also