Intersoft ClientUI Documentation
ToSilverlightPoints Method
See Also  Send Feedback
Intersoft.ReportingServices.Rendering Namespace > ReportSizeExtension Class : ToSilverlightPoints Method






reportSize
The instance of the ReportSize object.
Gets the equivalent silverlight size from the ReportSize value.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function ToSilverlightPoints( _
   ByVal reportSize As ReportSize _
) As Double
Visual Basic (Usage)Copy Code
Dim reportSize As ReportSize
Dim value As Double
 
value = ReportSizeExtension.ToSilverlightPoints(reportSize)
C# 
[ExtensionAttribute()]
public static double ToSilverlightPoints( 
   ReportSize reportSize
)
Delphi 
public function ToSilverlightPoints( 
    reportSize: ReportSize
): Double; static; 
JScript 
ExtensionAttribute()
public static function ToSilverlightPoints( 
   reportSize : ReportSize
) : double;
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static double ToSilverlightPoints( 
   ReportSize* reportSize
) 
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.