PrintDocument for WinForms
NestedOutlinesMode プロパティ (C1MultiDocumentItem)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocumentItem クラス : NestedOutlinesMode プロパティ
Gets or sets a value specifying how outlines of the document or report represented by the current item will be treated when the outline for the whole multi-document is prepared. This property is ignored if C1MultiDocumentItem.OutlineNode is null.

For details, see the remarks section of the property.

シンタックス
'宣言
 
Public Property NestedOutlinesMode As NestedOutlinesMode
'使用法
 
Dim instance As C1MultiDocumentItem
Dim value As NestedOutlinesMode
 
instance.NestedOutlinesMode = value
 
value = instance.NestedOutlinesMode
public NestedOutlinesMode NestedOutlinesMode {get; set;}
参照

C1MultiDocumentItem クラス
C1MultiDocumentItem メンバ
Outlines プロパティ
Outlines プロパティ
MakeOutlines メソッド
Outlines プロパティ
OutlineNode プロパティ