PowerTools ActiveReports for .NET 9.0J
Add(SectionType,String) メソッド

新しいセクションの SectionType 。
新しいセクションの名前。レポート内で一意である必要があります。
指定した名前でコレクションに新しいセクションを追加します。
構文
'宣言
 
Public Overloads Function Add( _
   ByVal type As SectionType, _
   ByVal name As String _
) As Section
public Section Add( 
   SectionType type,
   string name
)

パラメータ

type
新しいセクションの SectionType 。
name
新しいセクションの名前。レポート内で一意である必要があります。
参照

関連項目

SectionCollection クラス
SectionCollection メンバ
オーバーロード一覧

 

 


©2003-2015 GrapeCity inc. All rights reserved.