AllowSchemaCreation: Boolean;
The AllowSchemaCreation property determines whether it is possible to create a selection schema by current dimension selection.
Available values:
True. Default. It is available to create a selection schema by current dimension selection.
False. It is unavailable to create a selection schema by current dimension selection.
The property value is set in the DimSource constructor or using the setAllowSchemaCreation method and it is returned using the getAllowSchemaCreation method.
See also: