1using System.Threading.Tasks;
43 return this.name.Evaluate(
Variables,
string.Empty);
53 return this.required.Evaluate(
Variables,
false);
65 Page = await this.page.Evaluate(
Variables,
string.Empty),
66 Name = await this.name.Evaluate(
Variables,
string.Empty),
67 Label = await this.label.Evaluate(
Variables,
string.Empty),
68 Description = await this.description.Evaluate(
Variables,
string.Empty),
69 Required = await this.required.Evaluate(
Variables,
false)
Static class managing editable parameters in objects. Editable parameters are defined by using the at...
Attributes of a report parameter.
Abstract base class for report parameters.
ReportParameter(XmlElement Xml)
Abstract base class for report parameters.
abstract Task SetParameter(DataForm Parameters, Language Language, bool OnlySetChanged, Variables Variables, SetEditableFormResult Result)
Sets the parameters of the object, based on contents in the data form.
abstract Task PopulateForm(DataForm Parameters, Language Language, Variables Variables)
Populates a data form with parameters for the object.
async Task< ReportParameterAttributes > GetReportParameterAttributes(Variables Variables)
Evaluates the attributes of the report parameter.
Task< string > GetName(Variables Variables)
Name of the parameter.
Task< bool > IsRequired(Variables Variables)
If parameter is required.
Report Boolean attribute.
Contains information about a language.