CellsetDynamicElementMappings Property

Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IReadOnlyDictionary<string, string> DynamicElementMappings { get; }

Property Value

Type: IReadOnlyDictionaryString, String
See Also