ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParameterRelationInfo - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved