Intersoft ClientUI Documentation
ToSilverlightPoints Method



The instance of the ReportSize object.
Gets the equivalent silverlight size from the ReportSize value.
Syntax
<ExtensionAttribute()>
Public Shared Function ToSilverlightPoints( _
   ByVal reportSize As ReportSize _
) As Double
Dim reportSize As ReportSize
Dim value As Double
 
value = ReportSizeExtension.ToSilverlightPoints(reportSize)
[ExtensionAttribute()]
public static double ToSilverlightPoints( 
   ReportSize reportSize
)
[ExtensionAttribute()]
public:
static double ToSilverlightPoints( 
   ReportSize^ reportSize
) 

Parameters

reportSize
The instance of the ReportSize object.

Return Value

The ReportSize instance silverlight height equivalent.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportSizeExtension Class
ReportSizeExtension Members

Send Feedback