MindFusion.Reporting for Silverlight Programmer's Guide
Barcode Properties
 


 Public Properties

  Name Description

Background

Gets or sets the brush used to fill the background of this item. This is a dependency property. (Inherited from ReportItem.)

BorderBrush

Gets or sets the brush used to paint the border of this item. This is a dependency property. (Inherited from ReportItem.)

BorderThickness

Gets or sets the thickness of the border around this item. This is a dependency property. (Inherited from ReportItem.)

Content

Gets or sets the text or numeric code that should be represented as barcode symbol.

FontFamily

Gets or sets the font family of this label. If the font family is not specified, it will be inherited from the containing report.

FontSize

Gets or sets the font size of this label. If the font size is not specified, it will be inherited from the containing report.

FontStyle

Gets or sets the font style of this label. If the font style is not specified, it will be inherited from the containing report.

FontWeight

Gets or sets the font weight of this label. If the font weight is not specified, it will be inherited from the containing report.

Foreground

Gets or sets the brush used to paint the barcode modules.

Format

Gets or sets the barcode format.

Location

Gets or sets the position of this item relative to its parent element. This is a dependency property. (Inherited from ReportItem.)

PageCount

Gets the total number of pages in the report this item belongs to. This is a dependency property. (Inherited from ReportItem.)

PageCurrent

Gets the index of the page this item is laid out on. This is a dependency property. (Inherited from ReportItem.)

QRCorrectionLevel

Gets or sets the correction level of QR barcodes.

RangeItemCount

Gets the total number of items within a data range (if any). This is a dependency property. (Inherited from ReportItem.)

RangeItemCurrent

Gets the index of this item within a data range (if any). This is a dependency property. (Inherited from ReportItem.)

Size

Gets or sets the of the item. This is dependency property. (Inherited from ReportItem.)

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. This is a dependency property. (Inherited from ReportItem.)

 See Also

Barcode Class
MindFusion.Reporting.Silverlight Namespace