public ReportBlockReference CreateEmbeddedReport( ReportBlock oReportBlock, Page oPage, PointD oLocation, bool bEvaluateCurrentPage )
public: ReportBlockReference^ CreateEmbeddedReport( ReportBlock^ oReportBlock, Page^ oPage, PointD oLocation, bool bEvaluateCurrentPage )
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. - bEvaluateCurrentPage
- Only data from oPage will be evaluated in the report.
Return Value
Returns
ReportBlockReference
object related to created report, or null if report wasn't created.