Click or drag to resize

IReportingServiceHistorySize Method

Gets the size, in bytes, of the specified SSRS history report, or zero if the report is not found.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int HistorySize(
	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: Int32
The size, in bytes, of the report, or zero if the report is not found.
See Also