StiParameterInfo Class

Namespace: Stimulsoft.Report.CodeDom

Class describes parameters of user’s report functions.

Constructors

Constructor Description
StiParameterInfo(Type type, string name) Creates a new instance of the StiParameterInfo class.

StiParameterInfo(type: Type, name: string)

Creates a new instance of the StiParameterInfo class.

Parameters

  • type (Type) — Parameter type.
  • name (string) — Parameter name.

Properties

Property Type Description
Name string Gets or sets parameter name.
Type Type Gets or sets the type of a parameter.