Classe DataMember
Represents group instances within a custom report item's data. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering. . :: . .Group
Microsoft.ReportingServices.ReportRendering..::..DataMember
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class DataMember _
Inherits Group
'Uso
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
O tipo DataMember expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Children | Returns groups contained in a row or column. | |
Custom | Gets the custom data associated with this grouping. (Herdado de Group.) | |
CustomProperties | Returns a collection of custom properties for the data member. (Substitui Group. . :: . .CustomProperties.) | |
DataCollectionName | Gets the name to use for the data element for the collection of all instances of this group. (Herdado de Group.) | |
DataElementName | Returns the name to use for the data element or attribute for this report item. (Substitui Group. . :: . .DataElementName.) | |
DataElementOutput | Indicates whether the item should appear in a data rendering. (Substitui Group. . :: . .DataElementOutput.) | |
GroupValues | Gets the values of the group expressions for the group. | |
HasToggle | Indicates that a toggle item is defined for this object. (Herdado de Group.) | |
Hidden | Indicates whether the item is currently hidden. (Substitui Group. . :: . .Hidden.) | |
ID | Gets the identifier for the data member. (Substitui 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. (Substitui Group. . :: . .IsToggleChild.) | |
IsTotal | Indicates whether this instance of the group contains subtotal data values. | |
Label | Gets the label to display for this data member. (Substitui 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. (Herdado de Group.) | |
PageBreakAtEnd | Indicates whether the page should break at the end of the group. (Herdado de Group.) | |
PageBreakAtStart | Indicates whether the page should break at the start of the group. (Herdado de Group.) | |
Parent | Gets the parent data member. | |
SharedHidden | Indicates whether the item is always, never, or sometimes hidden. (Substitui Group. . :: . .SharedHidden.) | |
ToggleItem | Returns the name of the toggle item for this object. (Herdado de Group.) | |
UniqueName | Gets a name that uniquely identifies this group across the entire report. (Herdado de Group.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_customProperties | Infraestrutura. (Herdado de Group.) | |
m_ownerItem | Infraestrutura. (Herdado de Group.) | |
m_uniqueName | Infraestrutura. (Herdado de Group.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.