Metodo Add
Adds an object to the end of the FolderOperationsCollection.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
operation As FolderOperation _
) As Integer
'Utilizzo
Dim instance As FolderOperationsCollection
Dim operation As FolderOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
FolderOperation operation
)
public:
int Add(
FolderOperation operation
)
member Add :
operation:FolderOperation -> int
public function Add(
operation : FolderOperation
) : int
Parametri
- operation
Tipo: Microsoft.ReportingServices.Interfaces. . :: . .FolderOperation
The folder operation to add to the collection.
Valore restituito
Tipo: System. . :: . .Int32
The position into which the new folder operation was inserted.