[]
        
(Showing Draft Content)

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

ReportParameterInfo<T> Class

Represents information about a report parameter.

Inheritance
ReportParameterInfo<T>
Namespace: GrapeCity.ActiveReports.Core.Rendering.Data
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class ReportParameterInfo<T>
Type Parameters
Name Description
T

The type of the parameter value.

Constructors

Name Description
ReportParameterInfo(string, T)

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

Properties

Name Description
Label

Gets the label of the report parameter.

Value

Gets the value of the report parameter.

Extension Methods