Search Results for

    Show / Hide Table of Contents

    Class ParameterModel

    Inheritance
    System.Object
    ParameterModel
    Namespace: FastReport.Web.Services
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public sealed class ParameterModel

    Properties

    DataType

    Declaration
    public int DataType { get; set; }
    Property Value
    Type Description
    System.Int32

    Expression

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

    Name

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

    Size

    Declaration
    public int Size { get; set; }
    Property Value
    Type Description
    System.Int32

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top © 1998-2025 Copyright Fast Reports Inc.