Table of Contents

Property MaxHits

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

MaxHits

Gets or sets the greatest number of hits to return. The default is 1000.

public int MaxHits { get; set; }

Property Value

int

Remarks

A bound rather than a convenience: a one-character search over a long report matches once per character, and a viewer asking for every hit should say so by raising this rather than by discovering it.