NDepend.API Documentation
ReportOptionsFlags Enumeration
NDepend.Project Namespace : ReportOptionsFlags Enumeration
Represents an array of flags that indicates various boolean report options.
Syntax
[Flags()]
public enum ReportOptionsFlags : System.Enum 
Members
MemberDescription
AllowBreakLongLineAllowBreakLongLine
CollapseCodeQueriesBodiesCollapseCodeQueriesBodies
DefaultDefault
DontClusterAsmInGraphDontClusterAsmInGraph
DontLinkElementToSourceFile When the source file declaration(s) of a code element has been resolved at analysis time, with this flag un-set it is possible to get a link to this declaration for each occurrence of the code element in the report.
DontShowCodeElementIcons When this flag is un-set, icons are shown before code elements in the report.
DontShowTooManyCodeRulesMatchedItemsDontShowTooManyCodeRulesMatchedItems
DontUnfoldMultiItemsCell Some rules and code queries result's cells match several items (like several classes or several issues). When this flag is un-set, it unfolds up to 10 items in the concerned queries' results' cells.
GraphLayoutDirectionTopToBottomGraphLayoutDirectionTopToBottom
HideNamespacesDependenciesOnLargeAppHideNamespacesDependenciesOnLargeApp
HideNamespacesMetricsOnLargeAppHideNamespacesMetricsOnLargeApp
HideTierAssembliesInGraphHideTierAssembliesInGraph
HideTypesDependenciesOnLargeAppHideTypesDependenciesOnLargeApp
HideTypesMetricsOnLargeAppHideTypesMetricsOnLargeApp
LinkElementToRelativeSourceFile When this flag is set, links to source file declarations in the report are paths relative to the report file location.
NoneNone
OutputSourceFile_AllAll source files are listed in the limit of IProjectReport.IProjectReport.MaxNbSourceFiles.
OutputSourceFile_OnlyIssuesOrDiffOnly source files containing issues or changed since baseline or new since the baseline are listed in the limit of IProjectReport.IProjectReport.MaxNbSourceFiles.
ShowAllSourceFilesWhen this flag is set, don't take account of the limit IProjectReport.IProjectReport.MaxNbSourceFiles.
ShowRuleDescriptionIfAvailableShowRuleDescriptionIfAvailable
ValueUsedWhenNoOptionFlagsFoundInXMLValueUsedWhenNoOptionFlagsFoundInXML
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.Project.ReportOptionsFlags

Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

NDepend.Project Namespace