public ReportBlockReference CreateEmbeddedReport( ReportBlock oReportBlock, Page oPage, PointD oLocation, StorableObject[] storableObjects )
public: ReportBlockReference^ CreateEmbeddedReport( ReportBlock^ oReportBlock, Page^ oPage, PointD oLocation, array<StorableObject^>^ storableObjects )
Parameters
- oReportBlock
- Report block which describes the embedded report.
- oPage
Page
on which the embedded report will me placed.- oLocation
- Location on the
Page
where the upper-left corner of the embedded report will be placed. - storableObjects
- Objects, for which the report will be created.
Return Value
Returns
ReportBlockReference
object related to created report, or null if report wasn't created.