ASP.NET Core

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

    Show / Hide Table of Contents

    Class ReportParameterInfoCollection

    Represents the collection of parameter information of a report.

    Inheritance
    System.Object
    ReportParameterInfoCollection
    Namespace: Syncfusion.Report
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public sealed class ReportParameterInfoCollection : List<ReportParameterInfo>

    Constructors

    ReportParameterInfoCollection()

    Declaration
    public ReportParameterInfoCollection()

    Properties

    Item[String]

    Declaration
    public ReportParameterInfo this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type Description
    ReportParameterInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved