Click or drag to resize

StiOptionsDictionary Class

A class which controls settings of a dictionary in the report.
A class which controls settings of a dictionary in the report.
A class which controls settings of a dictionary in the report.
A class which controls settings of a dictionary in the report.
A class which controls settings of a dictionary in the report.
A class which controls settings of a dictionary in the report.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiOptionsDictionary

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class Dictionary

The StiOptionsDictionary type exposes the following members.

Constructors
  NameDescription
Public methodStiOptionsDictionary
Initializes a new instance of the StiOptionsDictionary class
Top
Properties
  NameDescription
Public propertyStatic memberAllowConnectToFirstTableForEmptyDataSource
Public propertyStatic memberAutoSynchronize
Gets or sets a value which controls synchronization of the Dictionary in automatic mode.
Public propertyStatic memberColumnsSynchronizationMode
Public propertyStatic memberDefaultDataAdapterType
Public propertyStatic memberEnableConnectOnStartOnSecondPass
Gets or sets a value which indicates that ConnectOnStart property will turn on second pass of report rendering automatically.
Public propertyStatic memberHideRelationExceptions
Public propertyStatic memberNotIdenticalNameAndAliasAtRegistrationOfNewData
Public propertyStatic memberQueryBuilderConnectTimeout
Public propertyStatic memberRemoveUnusedDataBeforeReportRendering
Public propertyStatic memberReplaceExistingDataAtRegistrationOfNewData
Public propertyStatic memberShowOnlyAliasForBusinessObject
Gets or sets a value indicating that instead of a business object name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForComponents
Gets or sets a value indicating that instead of a component name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForData
Gets or sets a value indicating that instead of a data name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForDatabase
Gets or sets a value indicating that instead of a database name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForDataColumn
Gets or sets a value indicating that instead of a DataColumn name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForDataRelation
Gets or sets a value indicating that instead of a DataRelation name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForDataSource
Gets or sets a value indicating that instead of a DataSource name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForPages
Gets or sets a value indicating that instead of a page name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForResource
Gets or sets a value indicating that instead of a resource name an alias will be shown.
Public propertyStatic memberShowOnlyAliasForVariable
Gets or sets a value indicating that instead of a variable name an alias will be shown.
Public propertyStatic memberUseAdvancedDataSearch
Public propertyStatic memberUseAllowDBNullProperty
Public propertyStatic memberUseNullableDateTime
Public propertyStatic memberUseNullableTimeSpan
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also