MX-Frame Library Send comments on this topic.
ReportLabel
See Also
MX-Developer > User Interface - MxPart > Controls > Control Properties > GridDisplay > ReportLabel

Glossary Item Box

Defines the text displayed in the header of the print preview document.

Remarks

Property specifies the text intended for short description of the print preview document and its content. The text is displayed in the header of the document below the title. Title text is defined with property ReportName.

Text can be composed of any alphanumerical characters and is displayed on every page of the document. The text is right aligned. It is suitable for short description of the purpose of the document. By defining the property, the document can serve as an official plain report.

Print preview document, of a data displayed in the control, is accessible through the right click menu by selecting Print Preview... option. Document contains all currently displayed data in the selected control.

If value for this property is not defined, no text will be displayed.

Example (MxSpace)

To see the defined ReportLabel property on a control (GridEdit) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderManagePart.cs. Click the GridEdit control for displaying work orders and open Property Window. See the value Work order overview defined in ReportLabel property.

To define ReportLabel property

  1. In Solution Explorer open MxPart component (WorkOrderManagePart) which contains the control (GridEdit).
  2. Select the desired control (GridEdit) on the canvas.
  3. Open Property Window.
  4. In section GridDisplay in ReportLabel property select the desired value (Work order overview).

See Also

©2009 Metronik. All Rights Reserved.