public ReportBlockReference CreateEmbeddedReport( ReportBlock oReportBlock, Page oPage, PointD oLocation )
public: ReportBlockReference^ CreateEmbeddedReport( ReportBlock^ oReportBlock, Page^ oPage, PointD oLocation )
Parameters
- oReportBlock
- Report block which describes the embedded report.
- oPage
- Pageon which the embedded report will me placed.
- oLocation
- Location on the Pagewhere the upper-left corner of the embedded report will be placed.
Return Value
Returns 
ReportBlockReference object related to created report, or null if report wasn't created.