Class Parameter
Inheritance
System.Object
Parameter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Report.Processing.ObjectModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class Parameter
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsMultiValue
Declaration
public bool IsMultiValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Declaration
public object Label { get; }
Property Value
Type | Description |
---|---|
System.Object |
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
GetLabel(Int32)
Declaration
public object GetLabel(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Object |
GetValue(Int32)
Declaration
public object GetValue(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Object |