DocumentMapNode クラス
見出しマップの単一ノードを表します。
継承階層
System.Object
Microsoft.Reporting.WinForms.DocumentMapNode
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public NotInheritable Class DocumentMapNode
'使用
Dim instance As DocumentMapNode
public sealed class DocumentMapNode
public ref class DocumentMapNode sealed
[<SealedAttribute>]
type DocumentMapNode = class end
public final class DocumentMapNode
DocumentMapNode 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Children | 見出しマップの子ノードのコレクションを取得します。 | |
Id | 見出しマップ ノードの一意の識別子を取得します。 | |
Label | 見出しマップのノードに関連付けられたラベルを取得します。 |
Top
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
Top
説明
DocumentMapNode は LocalReport クラスおよび ServerReport クラスの GetDocumentMap メソッドによって返されます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。