共用方式為


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 命名空間