Table of Contents

Class ReportChangedEventArgs

Namespace
Lers.Reports
Assembly
Lers.Reports.dll

Аргументы события, которое возникает при изменении отчётной формы.

public class ReportChangedEventArgs : EventArgs
Inheritance
ReportChangedEventArgs
Inherited Members
Extension Methods

Properties

Operation

Тип операции.

public EntityOperationType Operation { get; }

Property Value

EntityOperationType

ReportId

Идентификатор отчётной формы.

public int ReportId { get; }

Property Value

int

ReportTemplate

Отчётная форма.

public ReportTemplate ReportTemplate { get; }

Property Value

ReportTemplate