ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / CustomContextArgs Class / CustomContextArgs Constructor

In This Topic
    CustomContextArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As Report, _
       ByVal parameters As Lazy(Of Parameters) _
    )
    public CustomContextArgs( 
       Report report,
       Lazy<Parameters> parameters
    )

    Parameters

    report
    parameters
    See Also