Поделиться через


Метод Add

Adds an object to the end of the ReportOperationsCollection.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
Public Function Add ( _
    operation As ReportOperation _
) As Integer
'Применение
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

Параметры

Возвращаемое значение

Тип: System. . :: . .Int32
The position into which the new report operation was inserted.