[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItemRenderInfo

IReportItemRenderInfo Interface

Represents a report item which has a unique key. The key can be used in dictionaries.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
public interface IReportItemRenderInfo

Properties

Name Description
HasRenderTimeExpressions

Gets a value indicating whether the report item definition contains expressions which refer to render-time context (themes, page level expressions, etc.).

Key

Gets the unique key of the report item in the render tree.

Extension Methods