Packagestimulsoft.report.options.designer
Classpublic class StiDictionaryOptions
InheritanceStiDictionaryOptions Inheritance Object
Implements IStiSerializable



Public Properties
 PropertyDefined By
  allowModifyConnections : Boolean
StiDictionaryOptions
  allowModifyDataSources : Boolean
StiDictionaryOptions
  allowModifyDictionary : Boolean
StiDictionaryOptions
  allowModifyRelations : Boolean
StiDictionaryOptions
  allowModifyVariables : Boolean
StiDictionaryOptions
  autoSynchronize : int
Gets or sets a value which controls synchronization of the Dictionary in automatic mode.
StiDictionaryOptions
  cachePreviewData : Boolean
StiDictionaryOptions
  showActionsMenu : Boolean
StiDictionaryOptions
  showConnectionType : Boolean
Отображение типа подключения после его названия
StiDictionaryOptions
  showOnlyAliasForBusinessObject : Boolean
Gets or sets a value indicating that instead of a business object name an alias will be shown.
StiDictionaryOptions
  showOnlyAliasForData : Boolean
Gets or sets a value indicating that instead of a data name an alias will be shown.
StiDictionaryOptions
  showOnlyAliasForDatabase : Boolean
Gets or sets a value indicating that instead of a database name an alias will be shown.
StiDictionaryOptions
  showOnlyAliasForDataColumn : Boolean
Gets or sets a value indicating that instead of a DataColumn name an alias will be shown.
StiDictionaryOptions
  showOnlyAliasForDataRelation : Boolean
Gets or sets a value indicating that instead of a DataRelation name an alias will be shown.
StiDictionaryOptions
  showOnlyAliasForDataSource : Boolean
Gets or sets a value indicating that instead of a DataSource name an alias will be shown.
StiDictionaryOptions
  showOnlyAliasForVariable : Boolean
Gets or sets a value indicating that instead of a variable name an alias will be shown.
StiDictionaryOptions
  showTestConnectionButton : Boolean
Отобразить или скрыть кнопку тестирования соединения при зоздании соединений к базам данных
StiDictionaryOptions
  useAdvancedDataSearch : Boolean
StiDictionaryOptions
Property Detail
allowModifyConnectionsproperty
allowModifyConnections:Boolean


Implementation
    public function get allowModifyConnections():Boolean
    public function set allowModifyConnections(value:Boolean):void
allowModifyDataSourcesproperty 
allowModifyDataSources:Boolean


Implementation
    public function get allowModifyDataSources():Boolean
    public function set allowModifyDataSources(value:Boolean):void
allowModifyDictionaryproperty 
allowModifyDictionary:Boolean


Implementation
    public function get allowModifyDictionary():Boolean
    public function set allowModifyDictionary(value:Boolean):void
allowModifyRelationsproperty 
allowModifyRelations:Boolean


Implementation
    public function get allowModifyRelations():Boolean
    public function set allowModifyRelations(value:Boolean):void
allowModifyVariablesproperty 
allowModifyVariables:Boolean


Implementation
    public function get allowModifyVariables():Boolean
    public function set allowModifyVariables(value:Boolean):void
autoSynchronizeproperty 
autoSynchronize:int

Gets or sets a value which controls synchronization of the Dictionary in automatic mode.


Implementation
    public function get autoSynchronize():int
    public function set autoSynchronize(value:int):void
cachePreviewDataproperty 
cachePreviewData:Boolean


Implementation
    public function get cachePreviewData():Boolean
    public function set cachePreviewData(value:Boolean):void
showActionsMenuproperty 
showActionsMenu:Boolean


Implementation
    public function get showActionsMenu():Boolean
    public function set showActionsMenu(value:Boolean):void
showConnectionTypeproperty 
showConnectionType:Boolean

Отображение типа подключения после его названия


Implementation
    public function get showConnectionType():Boolean
    public function set showConnectionType(value:Boolean):void
showOnlyAliasForBusinessObjectproperty 
showOnlyAliasForBusinessObject:Boolean

Gets or sets a value indicating that instead of a business object name an alias will be shown.


Implementation
    public function get showOnlyAliasForBusinessObject():Boolean
    public function set showOnlyAliasForBusinessObject(value:Boolean):void
showOnlyAliasForDataproperty 
showOnlyAliasForData:Boolean

Gets or sets a value indicating that instead of a data name an alias will be shown.


Implementation
    public function get showOnlyAliasForData():Boolean
    public function set showOnlyAliasForData(value:Boolean):void
showOnlyAliasForDatabaseproperty 
showOnlyAliasForDatabase:Boolean

Gets or sets a value indicating that instead of a database name an alias will be shown.


Implementation
    public function get showOnlyAliasForDatabase():Boolean
    public function set showOnlyAliasForDatabase(value:Boolean):void
showOnlyAliasForDataColumnproperty 
showOnlyAliasForDataColumn:Boolean

Gets or sets a value indicating that instead of a DataColumn name an alias will be shown.


Implementation
    public function get showOnlyAliasForDataColumn():Boolean
    public function set showOnlyAliasForDataColumn(value:Boolean):void
showOnlyAliasForDataRelationproperty 
showOnlyAliasForDataRelation:Boolean

Gets or sets a value indicating that instead of a DataRelation name an alias will be shown.


Implementation
    public function get showOnlyAliasForDataRelation():Boolean
    public function set showOnlyAliasForDataRelation(value:Boolean):void
showOnlyAliasForDataSourceproperty 
showOnlyAliasForDataSource:Boolean

Gets or sets a value indicating that instead of a DataSource name an alias will be shown.


Implementation
    public function get showOnlyAliasForDataSource():Boolean
    public function set showOnlyAliasForDataSource(value:Boolean):void
showOnlyAliasForVariableproperty 
showOnlyAliasForVariable:Boolean

Gets or sets a value indicating that instead of a variable name an alias will be shown.


Implementation
    public function get showOnlyAliasForVariable():Boolean
    public function set showOnlyAliasForVariable(value:Boolean):void
showTestConnectionButtonproperty 
showTestConnectionButton:Boolean

Отобразить или скрыть кнопку тестирования соединения при зоздании соединений к базам данных


Implementation
    public function get showTestConnectionButton():Boolean
    public function set showTestConnectionButton(value:Boolean):void
useAdvancedDataSearchproperty 
useAdvancedDataSearch:Boolean


Implementation
    public function get useAdvancedDataSearch():Boolean
    public function set useAdvancedDataSearch(value:Boolean):void