Search Results for

    Show / Hide Table of Contents

    Class Param

    A report parameter prompted from the user, carrying its typed value, localized descriptions/hints/error messages, validation rule and optional list, lookup or search dataset that supplies selectable values.

    Inheritance
    object
    ReportItem
    Param
    Implements
    IDisposable
    ICloneable
    Inherited Members
    ReportItem.SetReport(BaseReport)
    ReportItem.Dispose()
    ReportItem.Name
    ReportItem.Report
    ReportItem.ClassName
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class Param : ReportItem, IDisposable, ICloneable

    Constructors

    View Source

    Param()

    Declaration
    public Param()

    Fields

    View Source

    Alias

    Declaration
    public string Alias
    Field Value
    Type Description
    string
    View Source

    AllowNulls

    Declaration
    public bool AllowNulls
    Field Value
    Type Description
    bool
    View Source

    Datasets

    Declaration
    public Strings Datasets
    Field Value
    Type Description
    Strings
    View Source

    Descriptions

    Declaration
    [JsonConverter(typeof(NewlineDelimitedStringConverter))]
    public string Descriptions
    Field Value
    Type Description
    string
    View Source

    ErrorMessages

    Declaration
    [JsonConverter(typeof(NewlineDelimitedStringConverter))]
    public string ErrorMessages
    Field Value
    Type Description
    string
    View Source

    Hints

    Declaration
    [JsonConverter(typeof(NewlineDelimitedStringConverter))]
    public string Hints
    Field Value
    Type Description
    string
    View Source

    IsReadOnly

    Declaration
    public bool IsReadOnly
    Field Value
    Type Description
    bool
    View Source

    Items

    Declaration
    public Strings Items
    Field Value
    Type Description
    Strings
    View Source

    LookupDataset

    Declaration
    public string LookupDataset
    Field Value
    Type Description
    string
    View Source

    NeverVisible

    Declaration
    public bool NeverVisible
    Field Value
    Type Description
    bool
    View Source

    ParamType

    Declaration
    public ParamType ParamType
    Field Value
    Type Description
    ParamType
    View Source

    Search

    Declaration
    public string Search
    Field Value
    Type Description
    string
    View Source

    SearchDataset

    Declaration
    public string SearchDataset
    Field Value
    Type Description
    string
    View Source

    SearchParam

    Declaration
    public string SearchParam
    Field Value
    Type Description
    string
    View Source

    Selected

    Declaration
    public Strings Selected
    Field Value
    Type Description
    Strings
    View Source

    Validation

    Declaration
    public string Validation
    Field Value
    Type Description
    string
    View Source

    Values

    Declaration
    public Strings Values
    Field Value
    Type Description
    Strings
    View Source

    Visible

    Declaration
    public bool Visible
    Field Value
    Type Description
    bool

    Properties

    View Source

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    ErrorMessage

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    string
    View Source

    Hint

    Declaration
    public string Hint { get; set; }
    Property Value
    Type Description
    string
    View Source

    LastValue

    Declaration
    public Variant LastValue { get; set; }
    Property Value
    Type Description
    Variant
    View Source

    ListValue

    Declaration
    public Variant ListValue { get; }
    Property Value
    Type Description
    Variant
    View Source

    UserVisible

    Declaration
    public bool UserVisible { get; }
    Property Value
    Type Description
    bool
    View Source

    Value

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

    Methods

    View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    object
    View Source

    GetClassName()

    Internal function to determine the object type name

    Declaration
    protected override string GetClassName()
    Returns
    Type Description
    string

    Object type name

    Overrides
    ReportItem.GetClassName()
    View Source

    GetDbType()

    Declaration
    public DbType GetDbType()
    Returns
    Type Description
    DbType
    View Source

    GetMultiValue()

    Declaration
    public string GetMultiValue()
    Returns
    Type Description
    string
    View Source

    GetSubExpreValue()

    Declaration
    public string GetSubExpreValue()
    Returns
    Type Description
    string
    View Source

    SelectAllValues()

    Declaration
    public void SelectAllValues()
    View Source

    UpdateLookupValues()

    Declaration
    public void UpdateLookupValues()

    Implements

    IDisposable
    ICloneable
    • View Source
    In this article
    Back to top Generated by DocFX