次の方法で共有


ReportOperationsCollection.Add メソッド

オブジェクトを 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
新しいレポート操作が挿入された位置です。

関連項目

参照

ReportOperationsCollection クラス

Microsoft.ReportingServices.Interfaces 名前空間