GetReportHistoryLimitResponse.HistoryLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the history limit for a report.
public:
property int HistoryLimit { int get(); };
public int HistoryLimit { get; }
member this.HistoryLimit : int
Public ReadOnly Property HistoryLimit As Integer
Property Value
Remarks
The history limit represents the number of report history snapshots that a specified report is permitted to have. The default is eight snapshots. If -1 is returned, the report is permitted to have an unlimited number of report history snapshots.