DataMember Class

Definition

Represents the base class for a member in a data hierarchy.

public ref class DataMember abstract : Microsoft::ReportingServices::OnDemandReportRendering::DataRegionMember
public abstract class DataMember : Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMember
type DataMember = class
    inherit DataRegionMember
Public MustInherit Class DataMember
Inherits DataRegionMember
Inheritance

Fields

m_children

Specifies the children for this data member.

m_customPropertyCollection

Specifies the custom properties for this data region member.

(Inherited from DataRegionMember)
m_definitionPath

Species the path to this report definition object in the report definition.

(Inherited from DataRegionMember)
m_group

Specifies the data grouping information.

(Inherited from DataRegionMember)
m_instance

Specifies the report instance object that contains the calculated values of this report definition object.

m_owner

Specifies the report item that owns this data member.

(Inherited from DataRegionMember)
m_parent

Specifies the data region member that is the parent of this data region member.

(Inherited from DataRegionMember)
m_parentCollectionIndex

Specifies the index of this data region member in the parent data region member.

(Inherited from DataRegionMember)
m_parentDefinitionPath

Specifies the path to report definition object's parent in the report definition.

(Inherited from DataRegionMember)

Properties

Children

Gets the children of this data member.

ColSpan

Gets the number of rows spanned by this member, were the hierarchy to be treated as a grid.

CustomProperties

Gets the custom properties for this data region member.

(Inherited from DataRegionMember)
DefinitionPath

Gets the path to this report definition object in the report definition.

(Inherited from DataRegionMember)
Group

Gets the data grouping information.

(Inherited from DataRegionMember)
ID

Gets the unique identifier for this report definition object.

(Inherited from DataRegionMember)
Instance

Gets the report instance object that contains the calculated values of this report definition object.

IsColumn

Gets a value that indicates whether this is a member of the column (as opposed to row) hierarchy.

IsStatic

Gets a boolean value that indicates whether the member is a static member.

(Inherited from DataRegionMember)
MemberCellIndex

Gets the cell index for this data region member.

(Inherited from DataRegionMember)
Parent

Gets the parent member within the hierarchy.

ParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

(Inherited from DataRegionMember)
RowSpan

Gets the number of rows spanned by this member, were the hierarchy to be treated as a grid.

Applies to