<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.
public bool MaxLengthExceeded { get; }

Gets a value indicating whether the max length has been exceeded.

public DataTable Report { get; }

Gets the report data source.

public ShowReportEventArgs(DataTable report, bool maxLengthExceeded)

Initializes a new instance of the ShowReportEventArgs class.