[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.CustomContextArgs.-ctor

CustomContextArgs Constructor

CustomContextArgs(Report, Lazy<Parameters>)

Initializes a new instance of the CustomContextArgs class.

Declaration
public CustomContextArgs(Report report, Lazy<Parameters> parameters)
Parameters
Type Name Description
Report report

The report for which the context is being created.

Lazy<Parameters> parameters

A lazy-loaded parameters object.