GrapeCity ActiveReports for .NET 12.0J
Style コンストラクタ(String,Style,StyleType,Boolean)

スタイルの名前です。
親スタイル。
スタイル型。
指定された名前、親スタイルおよびスタイル型でStyleクラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal parent As Style, _
   ByVal type As StyleType, _
   Optional ByVal isLineStyle As Boolean _
)
public Style( 
   string name,
   Style parent,
   StyleType type,
   bool isLineStyle
)

パラメータ

name
スタイルの名前です。
parent
親スタイル。
type
スタイル型。
isLineStyle
参照

関連項目

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

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.