Create and add a Picture control to an Active Report Section.

If the Section is not high enough to accommodate the Control then its height will automatically be increased.

Syntax

ISReportFunctions.RpxCreatePicture(section, left, top, width, height)

Parameters

NameTypeOptionalByRefDescription
section GrapeCity.ActiveReports.SectionReportModel.Section The Report Section.
left Double The Left position of the Label in twips.
top Double The Top position of the Label in twips.
width Double The Width position of the Label in twips.
height Double The Height position of the Label in twips.

Return Value

GrapeCity.ActiveReports.SectionReportModel.Picture

A GrapeCity.ActiveReports.SectionReportModel.Picture value.

Member of:
ISReportFunctions
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0