Click or drag to resize

StiMapKeyHelperGetMapKeysFromNames Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiMapKeyHelper.GetMapKeysFromNames(System.Collections.Generic.List{System.Object},System.String)"]

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public List<string> GetMapKeysFromNames(
	List<Object> values,
	string mapId
)

Parameters

values
Type: System.Collections.GenericListObject

[Missing <param name="values"/> documentation for "M:Stimulsoft.Report.Helpers.StiMapKeyHelper.GetMapKeysFromNames(System.Collections.Generic.List{System.Object},System.String)"]

mapId
Type: SystemString

[Missing <param name="mapId"/> documentation for "M:Stimulsoft.Report.Helpers.StiMapKeyHelper.GetMapKeysFromNames(System.Collections.Generic.List{System.Object},System.String)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:Stimulsoft.Report.Helpers.StiMapKeyHelper.GetMapKeysFromNames(System.Collections.Generic.List{System.Object},System.String)"]

See Also