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 | 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 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
字段
名称 | 说明 | |
---|---|---|
![]() |
m_customProperties | 基础结构。 (从 Group 继承。) |
![]() |
m_ownerItem | 基础结构。 (从 Group 继承。) |
![]() |
m_uniqueName | 基础结构。 (从 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.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。