[]
Defines an expression context builder used to build expression evaluation context.
public static class ExpressionContextBuilder
Name | Description |
---|---|
Build(Report, Lazy<Parameters>, ResourceLocator, IReportInformationService, IReadOnlyDictionary<string, Func<CustomContextArgs, object>>) | Creates an evaluation context for the specified report definition. |
Build(string, DataExecutionContext, DataParameter[], IReadOnlyDictionary<string, object>) | Creates a simplified evaluation context sufficient to populate the data tree. |