[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.CustomContextArgs

CustomContextArgs Class

Provides custom context arguments for report processing.

Inheritance
CustomContextArgs
Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class CustomContextArgs

Constructors

Name Description
CustomContextArgs(Report, Lazy<Parameters>)

Initializes a new instance of the CustomContextArgs class.

Properties

Name Description
Parameters

Gets the parameters for the report.

Report

Gets the report for which the context is being created.

Extension Methods