MX-Frame Library Send comments on this topic.
ReportType
MX-Developer > User Interface - MxPart > Controls > Control Properties > Design > ReportType

Glossary Item Box

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

  1. In Solution Explorer open MxPart component (WoBomReportPart) which contains control (ReportViewer) for report binding.
  2. Select the desired control on the canvas.
  3. Open Property Window.
  4. In section Design in ReportType property select the desired value (MxSpace.Reports.WorkOrderBomReport).
©2009 Metronik. All Rights Reserved.