Table of Contents

Class ReportParameter

Namespace
Lers.Reports
Assembly
Lers.System.dll

Пользовательский параметр.

public class ReportParameter : EditableRecord, IUniqueObject, INotifyPropertyChanged
Inheritance
ReportParameter
Implements
Inherited Members
Extension Methods

Constructors

ReportParameter(int, int, int, string, LersServer)

Конструктор + задание свойств + LersServer.

public ReportParameter(int id, int reportId, int reportParameterPropertyId, string value, LersServer server)

Parameters

id int
reportId int
reportParameterPropertyId int
value string
server LersServer

ReportParameter(int, int, string, LersServer)

Конструктор + задание свойств + LersServer.

public ReportParameter(int reportId, int reportParameterPropertyId, string value, LersServer server)

Parameters

reportId int
reportParameterPropertyId int
value string
server LersServer

Properties

ReportId

Возвращает/задает идентификатор отчета, в котором используется пользовательский параметр.

public int ReportId { get; set; }

Property Value

int

ReportParameterPropertyId

Возвращает/задает ID характеристик пользовательского параметра.

public int ReportParameterPropertyId { get; set; }

Property Value

int

Value

Возвращает/задает значение пользовательского параметра.

public string Value { get; set; }

Property Value

string

Methods

ToString()

Возвращает текстовое представление этого экземпляра.

public override string ToString()

Returns

string