Click or drag to resize
IReportServiceExecuteReport Method
Executes a Report for a specified realm. The realm must be set in the context.

Namespace:  Intuit.Ipp.ReportService
Assembly:  Intuit.Ipp.ReportService (in Intuit.Ipp.ReportService.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
Report ExecuteReport(
	string reportName
)

Parameters

reportName
Type: SystemString
Report to Run

Return Value

Type: Report

[Missing <returns> documentation for "M:Intuit.Ipp.ReportService.IReportService.ExecuteReport(System.String)"]

See Also