Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.73 KB

File metadata and controls

29 lines (26 loc) · 1.73 KB
title Linked reports methods
description These methods add linked items to a database, get the name of an item for a linked item, get items linked to an item, and set a catalog item for a linked item.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice report-server-web-service
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
linked reports [Reporting Services], methods
methods [Reporting Services], linked reports

Linked reports methods

You can use these methods to create and manage linked items.

Method Action
xref:ReportService2010.ReportingService2010.CreateLinkedItem%2A Adds a new linked item to the report server database.
xref:ReportService2010.ReportingService2010.GetItemLink%2A Returns the name of the item whose item definition is used for the specified linked item.
xref:ReportService2010.ReportingService2010.ListDependentItems%2A Returns a list of the items that are linked to a specified item.
xref:ReportService2010.ReportingService2010.SetItemLink%2A Specifies the catalog item that is used for the item definition of an existing linked item.

Related content