ActiveReports for .NET 18.0J
Remove メソッド (LayerCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > LayerCollection クラス : Remove メソッド
LayerCollectionから削除するLayer
LayerCollection内で最初に見つかった位置の特定のレイヤーを削除します。
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As Layer _
) As Boolean
public bool Remove( 
   Layer item
)

パラメータ

item
LayerCollectionから削除するLayer

戻り値の型

itemLayerCollectionから削除された場合はTrue、それ以外の場合はFalseを返します。
参照

LayerCollection クラス
LayerCollection メンバ