다음을 통해 공유


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.