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


Represents a container that can hold side-by-side data ranges.

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

 Public Constructors

  Name Description

SideBySideContainer

Initializes a new instance of the SideBySideContainer class.

 Public Fields

  Name Description

AlternatingBackgroundProperty

Identifies the AlternatingBackground dependency property. (Inherited from DataRange.)

AlternatingBorderBrushProperty

Identifies the AlternatingBorderBrush dependency property. (Inherited from DataRange.)

AlternatingBorderThicknessProperty

Identifies the AlternatingBorderThickness dependency property. (Inherited from DataRange.)

ArrangeByXProperty

Identifies the ArrangeByX dependency property. (Inherited from DataRange.)

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

CollideOnRunProperty

Identifies the CollideOnRun dependency property. (Inherited from DataRange.)

DataSourceProperty

Identifies the DataSource dependency property. (Inherited from DataRange.)

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

ItemTemplateProperty

Identifies the ItemTemplate dependency property. (Inherited from DataRange.)

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

RangeItemCountProperty

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

RangeItemCurrentProperty

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

RepeatProperty

Identifies the Repeat dependency property. (Inherited from DataRange.)

SizeProperty

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

UseDesignOrderProperty

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

 Public Properties

  Name Description

AlternatingBackground

Gets or sets the brush that will be used to fill the background of the alternating instances of this data range. This is a dependency property. (Inherited from DataRange.)

AlternatingBorderBrush

Gets or sets the brush that will be used to fill the border of the alternating instances of this data range. This is a dependency property. (Inherited from DataRange.)

AlternatingBorderThickness

Gets or sets the border thickness of the alternating instances of this data range. This is a dependency property. (Inherited from DataRange.)

ArrangeByX

Gets or sets a value indicating whether to attempt to arrange the instances of this data range by the x-axis first. This is a dependency property. (Inherited from DataRange.)

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

CollideOnRun

Gets or sets a value indicating whether this data range, when processed, would automatically adjust the position of the other items in the report. This is a dependency property. (Inherited from DataRange.)

DataSource

Gets or sets the data source of this DataRange. This is a dependency property. (Inherited from DataRange.)

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

ItemTemplate

Gets or sets the DataTemplate to use when generating the visualization of data range items. This is a dependency property. (Inherited from DataRange.)

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

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

Repeat

Gets or sets the number of occurrences of this data range. This is a dependency property. (Inherited from DataRange.)

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

 See Also

SideBySideContainer Class
MindFusion.Reporting.Silverlight Namespace