Método Add
Adds an object to the end of the ReportOperationsCollection.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Sintaxe
'Declaração
Public Function Add ( _
operation As ReportOperation _
) As Integer
'Uso
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
Parâmetros
- operation
Tipo: Microsoft.ReportingServices.Interfaces. . :: . .ReportOperation
The report operation to add to the collection.
Valor de retorno
Tipo: System. . :: . .Int32
The position into which the new report operation was inserted.
Consulte também