[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion

IDataRegion Interface

Represents an interface for data regions.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDataRegion : IOverflowItem, ISectionRegion, IPageRegion, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Properties

Name Description
DataSetName

Gets the name of the data set to use for this data region.

NoRows

Gets a value indicating whether the data region has no rows available.

NoRowsMessage

Gets the message to display in the data region when no rows of data are available.

NoRowsTextBox

Gets a renderable textbox suitable for displaying the NoRowsMessage for this instance.

Extension Methods