DocumentTryGetReport Method TIBCO Spotfire 7.12 API Reference
Tries to get the Report specified by name.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
public bool TryGetReport(
	string reportName,
	out Report report
)

Parameters

reportName
Type: SystemString
The name of the report.
report
Type: Spotfire.Dxp.Application.ExportReport
The report, or null if not found.

Return Value

Type: Boolean
True if the report specified by name was found; otherwise False.
Version Information

Supported in: 7.12
See Also

Reference