'宣言
Public Overloads Function Add( _ ByVal item As ReportItem _ ) As Boolean
public bool Add( ReportItem item )
パラメータ
- item
- コレクションに追加されるGrapeCity.ActiveReports.PageReportModel.ReportItem。
戻り値の型
項目がコレクションに追加された場合はtrue。それ以外の場合は、false。
'宣言
Public Overloads Function Add( _ ByVal item As ReportItem _ ) As Boolean
public bool Add( ReportItem item )