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





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

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

 Syntax

C#  Copy Code

public int GetElementRowSpan (
    UIElement element
)

Visual Basic  Copy Code

Public Function GetElementRowSpan( _
    element As UIElement _
) As Integer

 Parameters

element

The element whose row span to return.

 Return Value

The number of extra occupied rows.

 Remarks

This method returns 0 if the element occupies a single row.

 See Also

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