ReportCollectionSetReportItem Method |
Activates the specified
Report
Namespace:
Easymap.AddIn.Reports
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic bool SetReportItem(
Report report,
string key
)
Public Function SetReportItem (
report As Report,
key As String
) As Boolean
Parameters
- report
- Type: Easymap.AddIn.ReportsReport
- key
- Type: SystemString
The key returned by AreaFilter or null
Return Value
Type:
BooleanReturns true if the operation was successful
RemarksActivates 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