ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / CustomContextArgs Class / CustomContextArgs Constructor
The report for which the context is being created.
A lazy-loaded parameters object.

In This Topic
    CustomContextArgs Constructor
    In This Topic
    Initializes a new instance of the CustomContextArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As Report, _
       ByVal parameters As Lazy(Of Parameters) _
    )
    public CustomContextArgs( 
       Report report,
       Lazy<Parameters> parameters
    )

    Parameters

    report
    The report for which the context is being created.
    parameters
    A lazy-loaded parameters object.
    See Also