Relativity.DataExchange.Process.ShowReportEventArgs public sealed class ShowReportEventArgs : EventArgs Represents the show report event argument data. This class cannot be inherited. Documentation Code namespace Relativity.DataExchange.Process { public sealed class ShowReportEventArgs : EventArgs { public DataTable Report { get; } public bool MaxLengthExceeded { get; } public ShowReportEventArgs(DataTable report, bool maxLengthExceeded); } }