Metodo Add
Adds an object to the end of the ReportOperationsCollection.
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 ReportOperation _
) As Integer
'Utilizzo
Dim instance As ReportOperationsCollection
Dim operation As ReportOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
ReportOperation operation
)
public:
int Add(
ReportOperation operation
)
member Add :
operation:ReportOperation -> int
public function Add(
operation : ReportOperation
) : int
Parametri
- operation
Tipo: Microsoft.ReportingServices.Interfaces. . :: . .ReportOperation
The report operation to add to the collection.
Valore restituito
Tipo: System. . :: . .Int32
The position into which the new report operation was inserted.