Deliver メソッド
通知の内容に基づいて、ユーザーにレポート通知を配信します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Function Deliver ( _
notification As Notification _
) As Boolean
'使用
Dim instance As IDeliveryExtension
Dim notification As Notification
Dim returnValue As Boolean
returnValue = instance.Deliver(notification)
[StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
bool Deliver(
Notification notification
)
[StrongNameIdentityPermissionAttribute(SecurityAction::LinkDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
bool Deliver(
Notification^ notification
)
[<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
abstract Deliver :
notification:Notification -> bool
function Deliver(
notification : Notification
) : boolean
パラメーター
- notification
型: Microsoft.ReportingServices.Interfaces. . :: . .Notification
配信拡張機能がレポートを配信するために必要とする情報を格納した Notification オブジェクトです。
戻り値
型: System. . :: . .Boolean
配信が成功したかどうかを示す Boolean 値です。
説明
Deliver メソッドは、配信拡張機能に、notification パラメータの定義に従ってユーザーにレポート通知を配信するために必要なタスクを実行させます。このメソッドは、同期でのみ使用します。
このメソッドの呼び出しを完了する前に、配信拡張機能は、このメソッドに渡される Notification オブジェクトの Status および Retry プロパティを更新および保存する必要があります。
Deliver メソッドは、通知が正常に配信された場合には true を返し、通知が失敗した場合には false を返します。false に設定されると、レポート サーバーは、通知オブジェクトの Retry プロパティが true に設定されている場合には、最大再試行回数に達するまで、通知を再試行します。