Class ParameterRelationInfo
Contains the information of report parameter dependent / referred dataset, parameter, datasource details.
Inheritance
System.Object
ParameterRelationInfo
Implements
System.IDisposable
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.Reports.EJ
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ParameterRelationInfo : IDisposable
Constructors
ParameterRelationInfo()
Declaration
public ParameterRelationInfo()
Properties
DependentDatasets
Declaration
public List<string> DependentDatasets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
DependentParameters
Declaration
public List<string> DependentParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ReferencedDatasets
Declaration
public List<string> ReferencedDatasets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ReferencedParameters
Declaration
public List<string> ReferencedParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable