MindFusion.Reporting for Silverlight Programmer's Guide
VirtualGridRenderTarget.GetRowHeight Method
See Also
 





Gets the absolute height of the row with specified index.

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

 Syntax

C#  Copy Code

public double GetRowHeight (
    int row
)

Visual Basic  Copy Code

Public Function GetRowHeight( _
    row As Integer _
) As Double

 Parameters

row

The 0-based index of the row.

 Return Value

The absolute height of the specified row.

 See Also

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