Table of Contents

Class ReportParameter

Namespace
Lers.Models
Assembly
Lers.Models.dll

Представляет модель пользовательского параметра используемого при формировании отчетов.

[Table("ReportParameter")]
public class ReportParameter
Inheritance
ReportParameter
Inherited Members
Extension Methods

Properties

Id

Идентификатор пользовательского параметра.

public int Id { get; set; }

Property Value

int

ReportId

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

public int ReportId { get; set; }

Property Value

int

ReportParameterPropertyId

Идентификатор свойств пользовательского параметра ReportParameterProperty.

public int ReportParameterPropertyId { get; set; }

Property Value

int

Value

Значение пользовательского параметра.

[Required(AllowEmptyStrings = true)]
public string Value { get; set; }

Property Value

string