Click or drag to resize
ReportServiceExecuteReportAsync Method
Executes a Report

Namespace:  Intuit.Ipp.ReportService
Assembly:  Intuit.Ipp.ReportService (in Intuit.Ipp.ReportService.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public void ExecuteReportAsync(
	string reportName
)

Parameters

reportName
Type: SystemString
Name of Report to Run.
See Also