DataMember Members
Include Protected Members
Include Inherited Members
Represents the base class for a member in a data hierarchy.
The DataMember type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataMember() | Creates a new instance of the DataMember class. |
![]() |
DataMember(IPropertyStore) | Creates a new instance of the DataMember class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
CustomProperties | Custom properties for the member. |
![]() |
DataMembers | Submembers that are contained within this member. |
![]() |
Group | The expressions by which to group the data. If omitted, this is a static group. Not allowed if any ancestor group is a detail group. (Overrides HierarchyMember.Group.) |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
SortExpressions | The expressions by which to sort the group instances. Not allowed if Group is omitted |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
![]() ![]() |
IDataScopeService.GetDataScopesFor(IContainedObject) | (Inherited from HierarchyMember.) |
![]() ![]() |
IHierarchyMember.Members |
Top