MindFusion.Reporting for Silverlight Programmer's Guide
VirtualGridRenderTarget.MaxCellSize Property
See Also
 





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.

Namespace: MindFusion.Reporting.Silverlight.Export
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public double MaxCellSize { get; set; }

Visual Basic  Copy Code

Public Property MaxCellSize As Double

 Property Value

A double value specifying the maximum size of cells in the grid tessellation.

 See Also

VirtualGridRenderTarget Members
VirtualGridRenderTarget Class
MindFusion.Reporting.Silverlight.Export Namespace