Defines the predefined MxReport component.
Remarks
Property specifies the report component used to display the report. It is possible to select report from the list of all reports created with MxReport component in the current solution.
Example (MxSpace)
To see the defined ReportType property on a control (ReportViewer) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WoBomReportPart.cs. Click the report viewer control for displaying report and open Property Window. See the value MxSpace.Reports.WorkOrderBomReport defined in ReportType property.
To define ReportType property
- In Solution Explorer open MxPart component (WoBomReportPart) which contains control (ReportViewer) for report binding.
- Select the desired control on the canvas.
- Open Property Window.
- In section Design in ReportType property select the desired value (MxSpace.Reports.WorkOrderBomReport).