[]
Represents a collection of localization resources for the Report.
public sealed class LocalizationResourceCollection : IEnumerable<KeyValuePair<string, LocalizationResource>>, IEnumerable
Name | Description |
---|---|
this[string] | Get the LocalizationResource using a specified culture. |
Name | Description |
---|---|
GetEnumerator() | Gets an enumerator that iterates through the collection of localization resources. |