Class ProcParameter
Inheritance
System.Object
ProcParameter
Namespace: Syncfusion.Report.Data
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class ProcParameter : Object
Constructors
ProcParameter()
Declaration
public ProcParameter()
Properties
DataType
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsInput
Declaration
public bool IsInput { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |