Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 2.74 KB

File metadata and controls

37 lines (34 loc) · 2.74 KB
title Subscription and delivery methods
description In Reporting Services, you can use these methods to create and manage subscriptions and delivery of catalog items.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice report-server-web-service
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
reports [Reporting Services], delivering
delivery [Reporting Services]
methods [Reporting Services], subscription and delivery
subscriptions [Reporting Services], about subscriptions

Subscription and delivery methods

You can use these methods to create and manage subscriptions and delivery of catalog items.

Method Action
xref:ReportService2010.ReportingService2010.CreateDataDrivenSubscription%2A Creates a data-driven subscription for a specified item.
xref:ReportService2010.ReportingService2010.GetDataDrivenSubscriptionProperties%2A Returns the properties for a data-driven subscription.
xref:ReportService2010.ReportingService2010.CreateSubscription%2A Creates a subscription for the specified item in the report server database or SharePoint library.
xref:ReportService2010.ReportingService2010.DeleteSubscription%2A Deletes a subscription from the report server database.
xref:ReportService2010.ReportingService2010.GetSubscriptionProperties%2A Returns the properties of a subscription.
xref:ReportService2010.ReportingService2010.ListMySubscriptions%2A Retrieves a list of subscriptions that have been created by the current user of the report server or SharePoint site for the given catalog item.
xref:ReportService2010.ReportingService2010.ListSubscriptions%2A Retrieves a list of subscriptions for a given item.
xref:ReportService2010.ReportingService2010.PrepareQuery%2A Returns a data set containing the fields retrieved by the delivery query for a data-driven subscription.
xref:ReportService2010.ReportingService2010.SetDataDrivenSubscriptionProperties%2A Sets the values of properties of a data-driven subscription.
xref:ReportService2010.ReportingService2010.SetSubscriptionProperties%2A Sets the values of properties of a subscription.

Related content