FlexReport for WinForms
Item プロパティ (PageLayouts)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > PageLayouts クラス : Item プロパティ
The kind of page layout to return.
Gets the PageLayout of the specified PageLayoutKindEnum. Returns null if the specified kind of page layout has not been specified for the current PageLayouts.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal kind As PageLayoutKindEnum _
) As PageLayout
'使用法
 
Dim instance As PageLayouts
Dim kind As PageLayoutKindEnum
Dim value As PageLayout
 
instance.Item(kind) = value
 
value = instance.Item(kind)
public PageLayout this[ 
   PageLayoutKindEnum kind
]; {get; set;}

パラメータ

kind
The kind of page layout to return.

プロパティ値

The page layout with specified kind, or null if it does not exist.
参照

参照

PageLayouts クラス
PageLayouts メンバ