MindFusion.Reporting for Silverlight Programmer's Guide
ReportItem Members
Constructors Fields Properties
 


Represents an abstract base class for all report elements.

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

 Protected Constructors

  Name Description

ReportItem

Initialize a new instance of the ReportItem class.

 Public Fields

  Name Description

BackgroundProperty

Identifies the Background dependency property.

BorderBrushProperty

Identifies the BorderBrush dependency property.

BorderThicknessProperty

Identifies the BorderThickness dependency property.

LocationProperty

Identifies the Location dependency property.

PageCountProperty

Identifies the PageCount dependency property.

PageCurrentProperty

Identifies the PageCurrent dependency property.

RangeItemCountProperty

Identifies the RangeItemCount dependency property.

RangeItemCurrentProperty

Identifies the RangeItemCurrent dependency property.

SizeProperty

Identifies the Size dependency property.

UseDesignOrderProperty

Identifies the UseDesignOrder dependency property.

 Public Properties

  Name Description

Background

Gets or sets the brush used to fill the background of this item. This is a dependency property.

BorderBrush

Gets or sets the brush used to paint the border of this item. This is a dependency property.

BorderThickness

Gets or sets the thickness of the border around this item. This is a dependency property.

Location

Gets or sets the position of this item relative to its parent element. This is a dependency property.

PageCount

Gets the total number of pages in the report this item belongs to. This is a dependency property.

PageCurrent

Gets the index of the page this item is laid out on. This is a dependency property.

RangeItemCount

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

RangeItemCurrent

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

Size

Gets or sets the of the item. This is dependency property.

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.

 See Also

ReportItem Class
MindFusion.Reporting.Silverlight Namespace