ReportCollectionSetReportItem Method |
Activates the specified
Report Namespace: Easymap.AddIn.ReportsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic bool SetReportItem(
Report report,
string key
)
Public Function SetReportItem (
report As Report,
key As String
) As Boolean
Parameters
- report Report
- key String
- The key returned by AreaFilter or null
Return Value
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