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; }
Public ReadOnly Property DynamicElementMappings As IReadOnlyDictionary(Of String, String)
Get
public:
property IReadOnlyDictionary<String^, String^>^ DynamicElementMappings {
IReadOnlyDictionary<String^, String^>^ get ();
}
member DynamicElementMappings : IReadOnlyDictionary<string, string> with get
Property Value
Type:
IReadOnlyDictionaryString,
StringSee Also