IReportingServiceCreateSnapshot Method |
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string CreateSnapshot(
IAppContext cxt,
Report report,
string snapshotName,
SnapshotParameters snapshotParams,
Object mapper
)
Function CreateSnapshot (
cxt As IAppContext,
report As Report,
snapshotName As String,
snapshotParams As SnapshotParameters,
mapper As Object
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - report
- Type: NetQuarryReport
The report for which to create a snapshot. - snapshotName
- Type: SystemString
The name for the new snapshot. - snapshotParams
- Type: NetQuarry.ReportingSnapshotParameters
The parameter values for the new snapshot. - mapper
- Type: SystemObject
The mapper associated with the report.
Return Value
Type:
StringThe snapshot ID (distinct from the history ID).
See Also