Class ParameterModel
Inheritance
System.Object
ParameterModel
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class ParameterModel
Properties
DataType
Declaration
public int DataType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Expression
Declaration
public string Expression { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Size
Declaration
public int Size { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|