1using System.Threading.Tasks;
45 string Url = await this.url.Evaluate(
Variables);
46 string ContentType = await this.contentType.Evaluate(
Variables);
47 ushort? Width = this.width.IsEmpty ? null : (ushort?)await this.width.Evaluate(
Variables);
48 ushort? Height = this.height.IsEmpty ? null : (ushort?)await this.height.Evaluate(
Variables);
71 return Task.CompletedTask;
Static class managing editable parameters in objects. Editable parameters are defined by using the at...
Class managing a page in a data form layout.
Attributes of a report parameter.
string Page
Parameter page.
string Label
Parameter label.
string Name
Parameter name.
Abstract base class for report parameters.
async Task< ReportParameterAttributes > GetReportParameterAttributes(Variables Variables)
Evaluates the attributes of the report parameter.
Contains information about a language.