<< Click to Display Table of Contents >> EarthSoft.Reports.ActiveReports.HideDataSource |
Copyright © 2019 EarthSoft, Inc • Modified: 18 Feb 2019 |
![]() |
Hides the data source icon in Active Reports (may be user specific). Does not hide the data source by default. When using Application Level Security, the data source is always hidden.
EQuIS Version: v5.6 and later.
Namespace: EarthSoft.Reports.ActiveReports
Products Affected:
oProfessional
Requires Module:
oProfessional
oActiveReports
ST_CONFIG |
VALUE |
REMARK |
VALID VALUES |
CONFIG_SECTION |
EarthSoft.Reports.ActiveReports |
Required |
|
CONFIG_KEY |
HideDataSource |
Required |
|
OBJECT_TYPE |
<user_name> |
Optional |
Overide default setting when current user's user_name matches this field. |
OBJECT_VALUE |
Null |
Always Null |
|
STRING_VALUE |
True False |
Choose One |
Remarks:
Example:
Only display data source button for user someuser.
config_section |
config_key |
object_type |
object_value |
string_value |
EarthSoft.Reports.ActiveReports |
HideDataSource |
True |
||
EarthSoft.Reports.ActiveReports |
HideDataSource |
someuser |
False |