Click or drag to resize

ReportCollectionSetReportItem Method

Activates the specified Report

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

Parameters

report
Type: Easymap.AddIn.ReportsReport
key
Type: SystemString
The key returned by AreaFilter or null

Return Value

Type: 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