Click or drag to resize
ReportServiceExecuteReport Method
Executes a report against 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#
public Report ExecuteReport(
	string reportName
)

Parameters

reportName
Type: SystemString
Name of Report to Run.

Return Value

Type: Report
Returns an updated version of the entity with updated identifier and sync token.

Implements

IReportServiceExecuteReport(String)
See Also