MatrixMember Members
Represents an area in the row or column header of the matrix. This class cannot be inherited.
The following tables list the members exposed by the MatrixMember type.
Protected Fields
Name | Description | |
---|---|---|
m_customProperties | (inherited from Group ) | |
m_ownerItem | (inherited from Group ) | |
m_uniqueName | (inherited from Group ) |
Top
Public Properties
Name | Description | |
---|---|---|
Children | Gets the matrix members in the next row or column. | |
ColumnSpan | Gets the number of columns that this matrix member spans. | |
Custom | Gets the custom data associated with this grouping. (inherited from Group) | |
CustomProperties | Overridden. See Group.CustomProperties . | |
DataCollectionName | Gets the name to use for the data element for the collection of all instances of this group. (inherited from Group) | |
DataElementName | Overridden. | |
DataElementOutput | Overridden. | |
GroupValue | Gets the value of the group expression for a matrix column or row header. | |
HasToggle | Overridden. Indicates that a toggle item is defined for this object. | |
Height | Gets the height of the member, including any spanning. | |
Hidden | Overridden. Indicates whether the item is hidden. | |
ID | Overridden. Gets the identifier for the matrix member. | |
InDocumentMap | Indicates whether this matrix member can appear in the document map. | |
IsStatic | Indicates whether this is a static member corresponding to a database field, or whether this is a regular member corresponding to a value for a field. | |
IsToggleChild | Overridden. Indicates whether this report item can be hidden through the control of another report item. | |
IsTotal | Indicates whether this member shows a subtotal, or shows or a value for a particular hierarchy member. | |
Label | Overridden. Gets the label of the matrix member for the document map. | |
MemberCellIndex | Gets the starting location of this member in the grid of cells. | |
Name | Gets the name of the grouping. (inherited from Group) | |
PageBreakAtEnd | Indicates whether the page should break at the end of the group. (inherited from Group) | |
PageBreakAtStart | Indicates whether the page should break at the start of the group. (inherited from Group) | |
Parent | Gets the parent matrix member. | |
ReportItem | Gets the report item contained in the matrix member. | |
RowSpan | Gets how many rows this matrix member spans. | |
SharedHidden | Overridden. Gets a SharedHiddenState enumeration indicating the hidden property of the matrix. | |
SharedRenderingInfo | Gets or sets shared data for use in future rendering extensions. | |
SortOrder | Indicates the order by which the data is sorted on this level of the matrix member. | |
ToggleItem | Overridden. See Group.ToggleItem . | |
ToggleParent | Overridden. See Group.ToggleParent . | |
UniqueName | Gets a name that uniquely identifies this group across the entire report. (inherited from Group) | |
Width | The width of the member, including any spanning. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
DataElementOutputForStatic | Indicates whether a static heading should be included in data renderings. | |
Equals | Overloaded. (inherited from Object ) | |
GetChildRowMembersOnPage | Indicates which child row members should appear on a given page, based on soft page breaks. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IsRowMemberOnThisPage | Indicates whether a specific child row member appears on a given page, based on soft page breaks. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
MatrixMember Class
Microsoft.ReportingServices.ReportRendering Namespace