Share via


RdlCollectionBase<T>.IList.Add Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds an object to the end of the collection.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Private Function Add ( _
    item As Object _
) As Integer Implements IList.Add
'Usage
Dim instance As RdlCollectionBase 
Dim item As Object 
Dim returnValue As Integer 

returnValue = CType(instance, IList).Add(item)
int IList.Add(
    Object item
)
private:
virtual int Add(
    Object^ item
) sealed = IList::Add
private abstract Add : 
        item:Object -> int  
private override Add : 
        item:Object -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • item
    Type: System.Object
    The object to be added to the end of the collection.

Return Value

Type: System.Int32
The object to be added to the end of the collection.

Implements

IList.Add(Object)

See Also

Reference

RdlCollectionBase<T> Class

Microsoft.ReportingServices.RdlObjectModel Namespace