[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.IDataScopeInternal

IDataScopeInternal Interface

Represents execution context (stores datatree context and expression evaluation context).

Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDataScopeInternal : IDataScope, IExpressionEvaluatorService

Properties

Name Description
DataContent
EvaluationContext
Scope

Methods

Name Description
GetFieldValue(int)
GetRegion(string)

Gets data scope for nested data region.

Extension Methods