Click or drag to resize

IReportingServiceHistoryExists Method

Determines whether or not the specified SSRS history report exists. An SSRS history report is the basis of a snapshot.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool HistoryExists(
	string reportName,
	string historyID
)

Parameters

reportName
Type: SystemString
The name of the SSRS report.
historyID
Type: SystemString
The ID of the history report as generated by SSRS. The ID has the form of a timestamp, e.g. "2012-07-11T02:47:03".

Return Value

Type: Boolean
True if the history report exists, else false.
See Also