Share via


SRSReportServerWarmup.runSRSReportServerWarmupReport Method [AX 2012]

Runs the SQL Server Reporting Services report "SRSReportServerWarmup.AutoDesign".

Syntax

public void runSRSReportServerWarmupReport()

Run On

Called

Remarks

Use this method as a template for "warming-up" any other SQL Server Reporting Services reports.

The code dealing with parameters is commented out because the "SRSReportServerWarmup.AutoDesign" report does not have any parameters. However, the commented code provides a sample of how to pass parameters.

See Also

Reference

SRSReportServerWarmup Class