ActiveReports 9
IMatrix Interface Members
Properties  Methods 

The following tables list the members exposed by IMatrix.

Public Properties
 NameDescription
 PropertyActionThe Action object of this report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyBookmarkSpecifies a bookmark that can be linked to via a Bookmark action. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyCellCollectionProvides access to the cells in the matrix.  
 PropertyCellColumnsReturns the number of columns in the CellCollection.  
 PropertyCellHeightsSpecifies the height of each renderable row in the matrix.  
 PropertyCellRowsReturns the number of rows in the CellCollection.  
 PropertyCellsBeforeRowHeadersThe number of instances of the outermost column group that should appear to the left of the row headers (right of the row headers for RTL matrixes).  
 PropertyCellWidthsSpecifies the width of each renderable column in the matrix.  
 PropertyColumnGroupingsThe set of groupings on the column axis for the matrix.  
 PropertyColumnMemberCollectionReturns a collection of MatrixMember objects or null if there is no column grouping defined.  
 PropertyColumnsDefines the number of columns in this matrix.  
 PropertyCornerSpecifies the ReportItem to be displayed in the upper left corner area for this Matrix instance.  
 PropertyDataCellsCollection of matrix data cells.  
 PropertyDataElementNameThe name to use for the data element or attribute for this report item when rendered via a data oriented rendering extension (e.g. XML). (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyDataElementOutputIndicates how this item should appear when rendered with a data oriented rendering device. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyDataSetNameSpecifies which data set to use for this data region. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion)
 PropertyGroupsBeforeRowHeadersThe number of instances of the outermost column group that should appear to the left of the row headers (right of the row headers for RTL matrixes).  
 PropertyHeightHeight of the item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyHiddenIndicates if this report item should be hidden. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyIsDynamicallyHiddenDetermines if this item has dynamic visiblity and is hidden. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyKeepTogetherIndicates the entire data region should be kept together on one page if possible. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion)
 PropertyLabelGets document map label. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDocumentMapItem)
 PropertyLayoutDirectionIndicates whether the matrix columns grow left-to-right (with headers on the left) or right-to-left (with headers on the right).  
 PropertyLeftThe distance of the item from the left of the containing object. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyNameThe name of this report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyNewSectionIndicating whether a region is in it's own section. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.ISectionRegion)
 PropertyNoRowsIndicates if the DataRegion has no rows available. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion)
 PropertyNoRowsMessageMessage to display in the DataRegion when no rows of data are available. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion)
 PropertyNoRowsTextBoxReturns a renderable textbox suitable for displaying NoRowsMessage for this instance.Returns a renderable textbox suitable for displaying NoRowsMessage for this instance. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion)
 PropertyOverflowNameOverflow name. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IOverflowItem)
 PropertyOwnHiddenIndicates this report item own hidden state. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyPageBreakAtEndIndicates the report should page break at the end of the data region. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion)
 PropertyPageBreakAtStartIndicates the report should page break at the start of the data region. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion)
 PropertyParentSets or returns a reference to this object's parent. If the parent is unavailable null is returned. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IRenderComponent)
 PropertyRenderComponentsReturns a collection of render components. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IRenderComponent)
 PropertyRowGroupingsThe set of groupings on the row axis for the matrix.  
 PropertyRowMemberCollectionReturns a collection of MatrixMember objects or null if there is no row grouping defined.  
 PropertyRowsThe number of rows in this matrix's definition.  
 PropertyStyleReturns style of the report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyStyleNameSpecifies style name. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyTargetDeviceDefines output kinds in which report item is present (Screen, Export tec.) (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyToggleItemSpecifies a report item that users can click toggle the visibility of this item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyToolTipContains a textual label for the item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyTopThe distance of the item from the top of the containing object. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyTopFromRootContainerThe Top position relative to the report item's root container. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyWidthWidth of the item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 PropertyZIndexSpecifies drawing order of the report item within the containing object. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
Top
Public Methods
 NameDescription
 MethodGetRendererGets a renderer of the specified type that can render this component. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 MethodGetService (Inherited from System.IServiceProvider)
 MethodInitializeInitializes the report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 MethodOnClickThe wrapper for the OnClick event. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 MethodOnDoubleClickThe wrapper for the OnDoubleClick event. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 MethodOnMoveThe wrapper for the OnMove event. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 MethodOnValueChangeThe wrapper for the ValueChange event. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 MethodSetLocationSets the report control location. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
 MethodSetSizeSet the size of this report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)
Top
See Also

Reference

IMatrix Interface
GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum