ReportGeneratorSettings.

ClassFilters Property

Summary

Gets or sets the list of classes that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.

Syntax

public ICollection<string> ClassFilters { get; set; }

Value

Type Description
ICollection<string>