Class ReportChangedEventArgs
Аргументы события, которое возникает при изменении отчётной формы.
public class ReportChangedEventArgs : EventArgs
- Inheritance
-
ReportChangedEventArgs
- Inherited Members
- Extension Methods
Properties
Operation
Тип операции.
public EntityOperationType Operation { get; }
Property Value
ReportId
Идентификатор отчётной формы.
public int ReportId { get; }
Property Value
ReportTemplate
Отчётная форма.
public ReportTemplate ReportTemplate { get; }