MapMember 類別
Represents group and filter information for the data in a map or in the parent map member.
繼承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMember
Microsoft.ReportingServices.OnDemandReportRendering.MapMember
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public NotInheritable Class MapMember _
Inherits DataRegionMember
'用途
Dim instance As MapMember
public sealed class MapMember : DataRegionMember
public ref class MapMember sealed : public DataRegionMember
[<SealedAttribute>]
type MapMember =
class
inherit DataRegionMember
end
public final class MapMember extends DataRegionMember
MapMember 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ChildMapMember | Gets or sets nested grouping or filtering behavior for data in the map member. | |
CustomProperties | Gets the custom properties for this data region member. (繼承自 DataRegionMember。) | |
DefinitionPath | Gets the path to this report definition object in the report definition. (繼承自 DataRegionMember。) | |
Group | Gets the data grouping information. (繼承自 DataRegionMember。) | |
ID | Gets the unique identifier for this report definition object. (覆寫 DataRegionMember.ID。) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
IsStatic | Gets a Boolean value that indicates whether the member is a static member. (覆寫 DataRegionMember.IsStatic。) | |
MemberCellIndex | Gets the cell index of the map member. (覆寫 DataRegionMember.MemberCellIndex。) | |
Parent | Gets the parent of the current map member. | |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. (繼承自 DataRegionMember。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。