Class Parameter
Contains information about a parameter to a subreport or drillthrough.
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.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class Parameter
Constructors
Parameter()
Declaration
public Parameter()
Parameter(ReportSerializer)
Declaration
public Parameter(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsMultiValue
Declaration
public bool IsMultiValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Omit
Declaration
public string Omit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |