DataMember 멤버
Represents group instances within a custom report item's data. This class cannot be inherited.
DataMember 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
필드
이름 | 설명 | |
---|---|---|
m_customProperties | 인프라 (Group에서 상속됩니다.) | |
m_ownerItem | 인프라 (Group에서 상속됩니다.) | |
m_uniqueName | 인프라 (Group에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Children | Returns groups contained in a row or column. | |
Custom | Gets the custom data associated with this grouping. (Group에서 상속됩니다.) | |
CustomProperties | Returns a collection of custom properties for the data member. (Group. . :: . .CustomProperties을(를) 재정의합니다.) | |
DataCollectionName | Gets the name to use for the data element for the collection of all instances of this group. (Group에서 상속됩니다.) | |
DataElementName | Returns the name to use for the data element or attribute for this report item. (Group. . :: . .DataElementName을(를) 재정의합니다.) | |
DataElementOutput | Indicates whether the item should appear in a data rendering. (Group. . :: . .DataElementOutput을(를) 재정의합니다.) | |
GroupValues | Gets the values of the group expressions for the group. | |
HasToggle | Indicates that a toggle item is defined for this object. (Group에서 상속됩니다.) | |
Hidden | Indicates whether the item is currently hidden. (Group. . :: . .Hidden을(를) 재정의합니다.) | |
ID | Gets the identifier for the data member. (Group. . :: . .ID을(를) 재정의합니다.) | |
IsStatic | Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field. | |
IsToggleChild | Indicates whether the data member can be made visible or invisible by toggling a different item. (Group. . :: . .IsToggleChild을(를) 재정의합니다.) | |
IsTotal | Indicates whether this instance of the group contains subtotal data values. | |
Label | Gets the label to display for this data member. (Group. . :: . .Label을(를) 재정의합니다.) | |
MemberCellIndex | Indicates the location of this member in the grid of cells. | |
MemberHeadingSpan | Indicates the number of innermost group instances this data member spans. | |
Name | Gets the name of the grouping. (Group에서 상속됩니다.) | |
PageBreakAtEnd | Indicates whether the page should break at the end of the group. (Group에서 상속됩니다.) | |
PageBreakAtStart | Indicates whether the page should break at the start of the group. (Group에서 상속됩니다.) | |
Parent | Gets the parent data member. | |
SharedHidden | Indicates whether the item is always, never, or sometimes hidden. (Group. . :: . .SharedHidden을(를) 재정의합니다.) | |
ToggleItem | Returns the name of the toggle item for this object. (Group에서 상속됩니다.) | |
UniqueName | Gets a name that uniquely identifies this group across the entire report. (Group에서 상속됩니다.) |
맨 위로 이동