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
)
Function HistorySize (
reportName As String,
historyID As String
) As Integer
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:
Int32The size, in bytes, of the report, or zero if the report is not found.
See Also