IssuesParametersReporting Class

Summary

Parameters for reporting.
graph BT Type-->Base0["Object"] Type-.->Interface0["IIssuesParametersReporting"] click Interface0 "/api/Cake.Frosting.Issues.Recipe/IIssuesParametersReporting" Type["IssuesParametersReporting"] class Type type-node

Syntax

public class IssuesParametersReporting : IIssuesParametersReporting

Constructors

Properties

Name Value Summary
FullIssuesReportSettings GenericIssueReportFormatSettings
Gets or sets the settings for the full issues report. By default HtmlDxDataGrid template is used with MaterialBlueLight theme.
ShouldCreateFullIssuesReport bool
Gets or sets a value indicating whether full issues report should be created. Default value is true.

Extension Methods

Name Value Summary
NotNull<IssuesParametersReporting>(string) void
Throws an exception if the specified parameter's value is null.
GitHub