[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.ReportItemProgram-1

ReportItemProgram<T> Class

Represents a report item program.

Inheritance
ReportItemProgram<T>
Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class ReportItemProgram<T> : ProgramBase, IReportItemProgram<T>, IProgram where T : ReportItem
Type Parameters
Name Description
T

Constructors

Name Description
ReportItemProgram(IProgramServices, T, Content, StyleProgram, bool)

Properties

Name Description
Action
Bookmark
Definition
Height
Hidden
IsDelayedHidden
IsDynamicallyHidden
IsHostedInFixedPage
IsStatic

Returns true if all expressions are not depending from the data scope. It can be constants or expressions that references Themes or Parameters only.

Label
RequiresRenderingServices

Returns true if any expression contains renderTime-dependent values (themes, page numbers and etc..)

Style
TargetDevice
ToolTip
Width

Methods

Name Description
MakeStyle(Style, Content, bool, bool)

Extension Methods