다음을 통해 공유


DataMember 클래스

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

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

구문

‘선언
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

주의

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.

상속 계층 구조

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

스레드로부터의 안전성

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