DataMember 클래스

Represents group instances within a custom report item's data. This class cannot be inherited.

상속 계층

System.Object
  Microsoft.ReportingServices.ReportRendering.Group
    Microsoft.ReportingServices.ReportRendering.DataMember

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public NotInheritable Class DataMember _
    Inherits Group
‘사용 방법
Dim instance As DataMember
public sealed class DataMember : Group
public ref class DataMember sealed : public Group
[<SealedAttribute>]
type DataMember =  
    class 
        inherit Group 
    end
public final class DataMember extends Group

DataMember 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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 Gets a value that 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 Gets a value that indicates whether the page should break at the end of the group. (Group에서 상속됨)
공용 속성 PageBreakAtStart Gets a value that 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에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

There is one data member for each group instance. For example, if sales data groups on product category and product along columns and country and region along rows, there will be one data member for each product category (that contains a data member for each product in that category) in the DataColumnGroupings and there will be one data member for each country (that contains a data member for each region in that country) in the DataRowGroupings.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스