[]
Gets or sets a dictionary of image resources used in the report.
public Dictionary<string, ReportJsonTemplateBuilder.ImageResource> Images { get; set; }
Type | Description |
---|---|
Dictionary<string, ReportJsonTemplateBuilder.ImageResource> | A Dictionary<TKey, TValue> with keys of type string and values of type ReportJsonTemplateBuilder.ImageResource, representing the image resources used in the report. |