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.