Результаты поиска для

    Show / Hide Table of Contents

    Class ReportParameter

    Inheritance
    System.Object
    ReportParameter
    Namespace: FastReport.Cloud
    Assembly: FastReport.Cloud.SDK.dll
    Syntax
    public class ReportParameter : System.ComponentModel.INotifyPropertyChanged

    Properties

    DataType

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

    Description

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

    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

    Parameters

    Declaration
    public System.Collections.Generic.ICollection<ReportParameter> Parameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<ReportParameter>

    Methods

    RaisePropertyChanged(String)

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    PropertyChanged

    Declaration
    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler
    Вверх © 1998-2025 ООО «Быстрые отчеты»