Open this page in the API Guide

MapDataInfoSvg.MetricSetResourceFileNames Property

Gets the names of map/diagram resource files required based on the ClientRequest for the metric set.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<string> MetricSetResourceFileNames { get; }

Property Value

Type: ICollection<String>
The map or diagram file names.
See Also