ActiveReports 12
EmbeddedStyleSheets Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : EmbeddedStyleSheets Property

Gets a collection of the images embedded in the report.

Syntax
'Declaration
 
Public ReadOnly Property EmbeddedStyleSheets As List(Of EmbeddedStyleSheet)
public List<EmbeddedStyleSheet> EmbeddedStyleSheets {get;}

Property Value

An EmbeddedImageCollection containing images embedded in the report.

See Also

Reference

Report Class
Report Members