ASP.NET Core

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

    Show / Hide Table of Contents

    Class ReportParameterInfo

    Represents the parameter information of a report.

    Inheritance
    System.Object
    ReportParameterInfo
    Namespace: Syncfusion.Report
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public class ReportParameterInfo : Object

    Constructors

    ReportParameterInfo()

    Declaration
    public ReportParameterInfo()

    Properties

    AllowBlank

    Declaration
    public bool AllowBlank { get; set; }
    Property Value
    Type Description
    System.Boolean

    DataSources

    Declaration
    public Dictionary<string, IEnumerable> DataSources { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Collections.IEnumerable>

    DataType

    Declaration
    public ParamType DataType { get; set; }
    Property Value
    Type Description
    ParamType

    ElementType

    Declaration
    public ElementType ElementType { get; set; }
    Property Value
    Type Description
    ElementType

    Hidden

    Declaration
    public bool Hidden { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsEnabled

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Labels

    Declaration
    public IList<string> Labels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>

    MultiValue

    Declaration
    public bool MultiValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Nullable

    Declaration
    public bool Nullable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Prompt

    Declaration
    public string Prompt { get; set; }
    Property Value
    Type Description
    System.String

    RelationInfo

    Declaration
    public ParameterRelationInfo RelationInfo { get; set; }
    Property Value
    Type Description
    ParameterRelationInfo

    ReportParameterData

    Declaration
    public List<ParameterReportData> ReportParameterData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ParameterReportData>

    ValidValues

    Declaration
    public IList<ValidValue> ValidValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ValidValue>

    Values

    Declaration
    public IList<string> Values { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved