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


Renders reports on virtual grid with unlimited rows and columns by attempting to use least possible rows and columns for the purpose.

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

 Public Constructors

  Name Description

VirtualGridRenderTarget

Initializes a new instance of the VirtualGridRenderTarget class.

 Public Properties

  Name Description

ColumnWidths

Gets the accumulative widths of the columns in the grid.

Elements

Gets all rendered elements.

MaxCellSize

Gets or sets a value specifying a maximal size for the rows and columns in the grid. Rows with height bigger than this value and columns with height smaller than this value are split.

MinCellSize

Gets or sets a value specifying a minimal size for the rows and columns in the grid. Rows with height smaller than this value and columns with width smaller than this value are merged.

Pages

Gets or sets the accumulative page heights.

RowHeights

Gets the accumulative heights of the rows in the grid.

 Public Methods

  Name Description

GetColumnWidth

Gets the absolute width of the column with specified index.

GetElementColumn

Gets the 0-based index of the start column of the specified element.

GetElementColumnSpan

Gets the number of additional columns occupied by the specified element.

GetElementRow

Gets the 0-based index of the start row of the specified element.

GetElementRowSpan

Gets the number of additional rows occupied by the specified element.

GetRowHeight

Gets the absolute height of the row with specified index.

IsPageBreak

Gets a value indicating whether there is a page start/end near the specified length.

 See Also

VirtualGridRenderTarget Class
MindFusion.Reporting.Silverlight.Export Namespace