[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ReportResources.Images

Images Property

Images

Gets or sets a dictionary of image resources used in the report.

Declaration
public Dictionary<string, ReportJsonTemplateBuilder.ImageResource> Images { get; set; }
Property Value
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.