Class SParameter
Inheritance
System.Object
SParameter
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class SParameter : Object
Constructors
SParameter()
Declaration
Properties
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsNull
Declaration
public bool IsNull { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|