Compartir a través de


GetReportHistoryLimitResponse.HistoryLimit Property

Definition

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.

Applies to