ReportTree class

namespace: Serenity.Extensions   assemblySerenity.Extensions

A tree of report categories and reports.

public class ReportTree

Public Members

name description
ReportTree() Initializes a new instance of the ReportTree class.
static FromList(…) Builds a report tree from the specified reports.
Root { get; set; } The root category of the tree.
class Category A category in the report tree.

See Also