1using System.Threading.Tasks;
Abstract base class for report nodes.
INode Parent
Parent Node, or null if a root node.
Defines the Reports data source. This data source contains a tree structure of reports published by d...
const string SourceID
Source ID for the reports data source.
Abstract base class for server report folders, requiring admin privileges to be seen and executed.
ServerAdminReportsFolder(string NodeId, ReportNode Parent)
Abstract base class for server report folders, requiring admin privileges to be seen and executed.
override Task< bool > CanViewAsync(RequestOrigin Caller)
If the node is visible to the caller.
Tokens available in request.
bool HasPrivilege(string Privilege)
If the origin has a given privilege.