IReportingServiceRunSnapshot Method |
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void RunSnapshot(
IAppContext cxt,
int snapshotID
)
Sub RunSnapshot (
cxt As IAppContext,
snapshotID As Integer
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - snapshotID
- Type: SystemInt32
The ID of the snapshot to run.
See Also