Class ReportParameter
Пользовательский параметр.
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
intreportId
intreportParameterPropertyId
intvalue
stringserver
LersServer
ReportParameter(int, int, string, LersServer)
Конструктор + задание свойств + LersServer.
public ReportParameter(int reportId, int reportParameterPropertyId, string value, LersServer server)
Parameters
reportId
intreportParameterPropertyId
intvalue
stringserver
LersServer
Properties
ReportId
Возвращает/задает идентификатор отчета, в котором используется пользовательский параметр.
public int ReportId { get; set; }
Property Value
ReportParameterPropertyId
Возвращает/задает ID характеристик пользовательского параметра.
public int ReportParameterPropertyId { get; set; }
Property Value
Value
Возвращает/задает значение пользовательского параметра.
public string Value { get; set; }
Property Value
Methods
ToString()
Возвращает текстовое представление этого экземпляра.
public override string ToString()