MindFusion WinForms Programmer's Guide
Label Members
Constructors Properties
 


A report element that draws a static text.

The following tables list the members exposed by the Label type.

 Public Constructors

  Name Description

Label

Initializes a new instance of the Label class.

 Public Properties

  Name Description

AffectsParentLayout

Gets or sets a value indicating whether the parent of this item will shrink when this item is hidden as a result of PageSectionVisibility. (Inherited from ReportItem.)

Alignment

Gets or sets the alignment of the text displayed in the label.

AutoSize

Gets or sets a value indicating whether the label automatically resizes to prevent its text from trimming.

Background

Gets or sets the brush that will be used to fill the label background.

Border

Gets or sets the border of this label.

Color

Gets or sets the color that will be used to draw the label.

DataField

Gets or sets the name of the data field to bind to.

Font

Gets or sets the label font.

FontName

Gets or sets the default font in the report.

FontSize

Gets or sets the font size of the label.

FontStyle

Gets or sets the font style of the label.

Format

Gets or sets the format of the text displayed in the label.

LineAlignment

Gets or sets the vertical alignment of the text displayed in the label.

Location

Gets or sets the position of the item. (Inherited from ReportItem.)

Name

Gets or sets the name of the report item. (Inherited from ReportItem.)

Padding

Gets or sets the padding of the label text.

PageSectionVisibility

Gets or set a value indicating whether this item will be visible. This only applies to items placed in page sections. (Inherited from ReportItem.)

RotationAngle

Gets or sets the rotation angle of the label text.

Size

Gets or sets the size of the item. (Inherited from ReportItem.)

Text

Gets or sets the label text.

UseDesignOrder

Gets or sets a value indicating whether this item's design-time order will take precedence over the item's vertical position within the page design when determining the layout order. (Inherited from ReportItem.)

Visible

Gets or sets a value indicating whether the item will be printed in the report. (Inherited from ReportItem.)

 See Also

Label Class
MindFusion.Reporting Namespace