Table of Contents

Constructor ReportInteractiveSort

Namespace
DocWright.Reporting.Processing
Assembly
DocWright.Reporting.dll

ReportInteractiveSort(string, ReportSortDirection)

Initializes a request.

public ReportInteractiveSort(string textboxName, ReportSortDirection direction)

Parameters

textboxName string

The Name of the text box that carries the UserSort.

direction ReportSortDirection

The direction.

Exceptions

ArgumentNullException

textboxName is null.

ArgumentException

textboxName is empty or white space.