[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.DataRegion

DataRegion Class

Provides a base class for ReportItems that represent the layout of a data set in the report.

Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class DataRegion : ReportItem, IReportItemRenderInfo, ITocAnchoredItem, IContentRange, IToggleReceiver, IDataScopeInternal, IDataScope, IExpressionEvaluatorService, IEvaluationContext, IExpressionContext, IDynamicObject, IStaticable, IDataRegion, IOverflowItem, ISectionRegion, IPageRegion, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem, IPageNameProvider

Constructors

Name Description
DataRegion(IReportItemProgram<ReportItem>, IDataScopeInternal)

Properties

Name Description
DataSetName

Specifies which data set to use for this data region.

EndSection

Specifies where the layout should continue.

FixedHeight
FixedWidth
NewSection

Gets a value indicating whether the region is in its own section.

NoRows

Indicates if the DataRegion has no rows available.

NoRowsMessage

Message to display in the DataRegion when no rows of data are available.

NoRowsTextBox

Returns a renderable textbox suitable for displaying NoRowsMessage for this instance.

OverflowName

Gets the overflow name.

PageBreakAtEnd

Indicates the report should page break at the end of the data region.

PageBreakAtStart

Indicates the report should page break at the start of the data region

PageName

Gets sheet page name if available.

Extension Methods