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


Represents a page within a report.

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

 Public Constructors

  Name Description

Page

Initializes a new instance of the Page class.

 Public Fields

  Name Description

BackgroundProperty

Identifies the Background dependency property. (Inherited from ReportItem.)

BorderBrushProperty

Identifies the BorderBrush dependency property. (Inherited from ReportItem.)

BorderThicknessProperty

Identifies the BorderThickness dependency property. (Inherited from ReportItem.)

FooterTemplateProperty

Identifies the FooterTemplate dependency property. (Inherited from ItemWithSections.)

HeaderTemplateProperty

Identifies the HeaderTemplate dependency property. (Inherited from ItemWithSections.)

ItemsProperty

Identifies the Items dependency property. (Inherited from ItemWithChildren.)

LocationProperty

Identifies the Location dependency property. (Inherited from ReportItem.)

PageCountProperty

Identifies the PageCount dependency property. (Inherited from ReportItem.)

PageCurrentProperty

Identifies the PageCurrent dependency property. (Inherited from ReportItem.)

PageOrientationProperty

Identifies the PageOrientation dependency property.

RangeItemCountProperty

Identifies the RangeItemCount dependency property. (Inherited from ReportItem.)

RangeItemCurrentProperty

Identifies the RangeItemCurrent dependency property. (Inherited from ReportItem.)

SizeProperty

Identifies the Size dependency property. (Inherited from ReportItem.)

UseDesignOrderProperty

Identifies the UseDesignOrder dependency property. (Inherited from ReportItem.)

 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.)

FontFamily

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

FontSize

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

FontStyle

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

FontWeight

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

FooterTemplate

Gets or sets the DataTemplate to use when generating the visualization of the item footer. This is a dependency property. (Inherited from ItemWithSections.)

HeaderTemplate

Gets or sets the DataTemplate to use when generating the visualization of the item header. This is a dependency property. (Inherited from ItemWithSections.)

Items

Gets or sets the report items contained in this item. This is a dependency property. (Inherited from ItemWithChildren.)

Location

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

MeasureUnit

Gets or sets the unit of measure for the items on the page. If this property is not set, its value will be inherited from the containing report.

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.)

PageOrientation

Gets or sets the orientation of the page.

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.)

 Public Methods

  Name Description

ShouldSerializeItems

This method is for internal use only. (Inherited from ItemWithChildren.)

 See Also

Page Class
MindFusion.Reporting.Silverlight Namespace