<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.Process.ShowReportEventArgs

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