[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo-1.-ctor

ReportParameterInfo Constructor

ReportParameterInfo(string, T)

Initializes a new instance of the ReportParameterInfo<T> class.

Declaration
public ReportParameterInfo(string label, T value)
Parameters
Type Name Description
string label

The label of the report parameter.

T value

The value of the report parameter.