Click or drag to resize

ReportCollectionSetReportItem Method

Activates the specified Report

Namespace: Easymap.AddIn.Reports
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public bool SetReportItem(
	Report report,
	string key
)

Parameters

report  Report
key  String
The key returned by AreaFilter or null

Return Value

Boolean
Returns true if the operation was successful
Remarks

Activates the specified Report using the specified key.

Only one Report can be active at a time. A previously active report will be deactivated. Set key to null to deactivate the report manually.

See Also