Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 2.24 KB

File metadata and controls

33 lines (30 loc) · 2.24 KB
title Report history methods
description In Reporting Services, you can use these report history methods to create and manage item history snapshots.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice report-server-web-service
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
report history [Reporting Services], methods
historical data [Reporting Services]
methods [Reporting Services], report history

Report history methods

You can use these methods to create and manage item history snapshots.

Method Action
xref:ReportService2010.ReportingService2010.CreateItemHistorySnapshot%2A Generates an item history snapshot of a specified catalog item.
xref:ReportService2010.ReportingService2010.DeleteItemHistorySnapshot%2A Deletes an individual item history snapshot for a specified catalog item.
xref:ReportService2010.ReportingService2010.GetItemHistoryLimit%2A Returns the item history snapshot limit for a specified catalog item.
xref:ReportService2010.ReportingService2010.GetItemHistoryOptions%2A Returns the item history snapshot option setting and properties generated for a catalog item.
xref:ReportService2010.ReportingService2010.ListItemHistory%2A Returns a list of item history snapshots and their properties for a specified catalog item.
xref:ReportService2010.ReportingService2010.SetItemHistoryLimit%2A Specifies how many snapshots of an item the report server retains.
xref:ReportService2010.ReportingService2010.SetItemHistoryOptions%2A Sets item history options that specify when an item history snapshot is created for a specified catalog item.

Related content