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





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.

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

 Syntax

C#  Copy Code

public double MinCellSize { get; set; }

Visual Basic  Copy Code

Public Property MinCellSize As Double

 Property Value

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

 See Also

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