Package | stimulsoft.report.options.designer |
Class | public class StiDictionaryOptions |
Inheritance | StiDictionaryOptions ![]() |
Implements | IStiSerializable |
Property | Defined 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 |
allowModifyConnections | property |
allowModifyConnections:Boolean
public function get allowModifyConnections():Boolean
public function set allowModifyConnections(value:Boolean):void
allowModifyDataSources | property |
allowModifyDataSources:Boolean
public function get allowModifyDataSources():Boolean
public function set allowModifyDataSources(value:Boolean):void
allowModifyDictionary | property |
allowModifyDictionary:Boolean
public function get allowModifyDictionary():Boolean
public function set allowModifyDictionary(value:Boolean):void
allowModifyRelations | property |
allowModifyRelations:Boolean
public function get allowModifyRelations():Boolean
public function set allowModifyRelations(value:Boolean):void
allowModifyVariables | property |
allowModifyVariables:Boolean
public function get allowModifyVariables():Boolean
public function set allowModifyVariables(value:Boolean):void
autoSynchronize | property |
autoSynchronize:int
Gets or sets a value which controls synchronization of the Dictionary in automatic mode.
public function get autoSynchronize():int
public function set autoSynchronize(value:int):void
cachePreviewData | property |
cachePreviewData:Boolean
public function get cachePreviewData():Boolean
public function set cachePreviewData(value:Boolean):void
showActionsMenu | property |
showActionsMenu:Boolean
public function get showActionsMenu():Boolean
public function set showActionsMenu(value:Boolean):void
showConnectionType | property |
showConnectionType:Boolean
Отображение типа подключения после его названия
public function get showConnectionType():Boolean
public function set showConnectionType(value:Boolean):void
showOnlyAliasForBusinessObject | property |
showOnlyAliasForBusinessObject:Boolean
Gets or sets a value indicating that instead of a business object name an alias will be shown.
public function get showOnlyAliasForBusinessObject():Boolean
public function set showOnlyAliasForBusinessObject(value:Boolean):void
showOnlyAliasForData | property |
showOnlyAliasForData:Boolean
Gets or sets a value indicating that instead of a data name an alias will be shown.
public function get showOnlyAliasForData():Boolean
public function set showOnlyAliasForData(value:Boolean):void
showOnlyAliasForDatabase | property |
showOnlyAliasForDatabase:Boolean
Gets or sets a value indicating that instead of a database name an alias will be shown.
public function get showOnlyAliasForDatabase():Boolean
public function set showOnlyAliasForDatabase(value:Boolean):void
showOnlyAliasForDataColumn | property |
showOnlyAliasForDataColumn:Boolean
Gets or sets a value indicating that instead of a DataColumn name an alias will be shown.
public function get showOnlyAliasForDataColumn():Boolean
public function set showOnlyAliasForDataColumn(value:Boolean):void
showOnlyAliasForDataRelation | property |
showOnlyAliasForDataRelation:Boolean
Gets or sets a value indicating that instead of a DataRelation name an alias will be shown.
public function get showOnlyAliasForDataRelation():Boolean
public function set showOnlyAliasForDataRelation(value:Boolean):void
showOnlyAliasForDataSource | property |
showOnlyAliasForDataSource:Boolean
Gets or sets a value indicating that instead of a DataSource name an alias will be shown.
public function get showOnlyAliasForDataSource():Boolean
public function set showOnlyAliasForDataSource(value:Boolean):void
showOnlyAliasForVariable | property |
showOnlyAliasForVariable:Boolean
Gets or sets a value indicating that instead of a variable name an alias will be shown.
public function get showOnlyAliasForVariable():Boolean
public function set showOnlyAliasForVariable(value:Boolean):void
showTestConnectionButton | property |
showTestConnectionButton:Boolean
Отобразить или скрыть кнопку тестирования соединения при зоздании соединений к базам данных
public function get showTestConnectionButton():Boolean
public function set showTestConnectionButton(value:Boolean):void
useAdvancedDataSearch | property |
useAdvancedDataSearch:Boolean
public function get useAdvancedDataSearch():Boolean
public function set useAdvancedDataSearch(value:Boolean):void