1using System.Threading.Tasks;
Abstract base class for commands executing a report.
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...
override Task< ExecuteReport > GetExecuteCommand()
Available command objects. If no commands are available, null is returned.
override Task< string > GetTypeNameAsync(Language Language)
Gets the type name of the node.
ReportsFolder(string NodeId, ReportNode Parent)
A folder of reports.
Contains information about a language.
Task< string > GetStringAsync(Type Type, int Id, string Default)
Gets the string value of a string ID. If no such string exists, a string is created with the default ...