ActiveReports Developer 7
Matrix Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Matrix Class

Glossary Item Box

The following tables list the members exposed by Matrix.

Public Constructors

 NameDescription
Public ConstructorMatrix ConstructorInitializes a new instance of the Matrix class.  
Top

Public Properties

 NameDescription
Public PropertyAction

Gets or sets an action (e.g. hyperlink) to perform when the report item is clicked.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyBookmark

Gets or sets a bookmark that can be linked via a Bookmark action.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyCellDataElementName

The name to use for the cell element.

 
Public PropertyCellDataElementOutput

Gets or sets a value indicating whether the cell contents appear in a data rendering.

 
Public PropertyChildScopesOverridden. Overridden.Implements IScopeDefinition.ChildScopes.  
Public PropertyColumnGroupings

Gets the set of column groupings for the matrix.

 
Public PropertyComponentsGets the ReportComponentCollection containing all of the components hosted in the control.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCorner

Gets or sets the region that contains the elements of the upper left corner area of the matrix.

 
Public PropertyCustom

Gets or sets custom information to be passed to a report output component.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyDataElementName

Gets or sets the name to use for the data element or attribute for the report item.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyDataElementOutput

Gets or sets a value indicating whether the item appears in a data rendering.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyDataSetName

Gets or sets the name of the dataset that the data region uses.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyFilters

Gets the collection of filters applied to each row of data within the data region.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyFixedHeight

Represents the data region's maximum height per page.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyFixedWidth

Represents the data region's maximum width per page.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyGroupsBeforeRowHeaders

Gets or sets the number of instances of the outermost column group that appear to the left of the row headers (right of the row headers for right-to-left matrices).

 
Public PropertyHeight

Gets or sets the height of the report item.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyKeepTogether

Gets or sets a value indicating whether a data region is kept together on a single page where possible.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyLabel

Gets or sets a label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching or to appear in the Document Map).

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyLayoutDirection

Gets or sets a value indicating whether the matrix columns grow left-to-right (with headers on the left) or right-to-left (with headers on the right).

 
Public PropertyLeft

Gets or sets the distance of the item from the left edge of the containing object.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyLinkToChild

Gets or sets the name of the report item contained directly within the report item that is the target location for the Document Map label (if any).

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyMatrixColumns

Gets the columns contained in each detail cell of the matrix layout.

 
Public PropertyMatrixRows

Gets the rows contained in each detail cell of the matrix layout.

 
Public PropertyName

Gets or sets the name of the report item.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyNewSection

Gets or sets a value indicating whether a data region is in it's own section

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyNoRows

Gets or sets the message to display inside the data region when the region contains no rows.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyOverflowName

Represents the data region's overflow name.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyPageBreakAtEnd

Gets or sets a value indicating whether a page break occurs immediately after the data region ends.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyPageBreakAtStart

Gets or sets a value indicating whether a page break occurs immediately before the data region begins.

(Inherited from GrapeCity.ActiveReports.PageReportModel.DataRegion)
Public PropertyParentGets or sets an IReportComponentContainer interface representing the parent hosting the component. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponent)
Public PropertyRowGroupings

Gets the set of row groupings for the matrix.

 
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyStyle

Gets or sets the the style settings for the report item.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyToolTip

Gets or sets a textual label for the report item.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyTop

Gets or sets the distance of the item from the top of the containing object.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyVisibility

Gets or sets a value indicating whether the items are hidden.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyWidth

Gets or sets the width of the report item.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Public PropertyZIndex

Gets or sets the drawing order of the report item within the containing object.

(Inherited from GrapeCity.ActiveReports.PageReportModel.ReportItem)
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodValidateOverridden. Validates the information in each property of the Matrix object.  
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top

See Also