ActiveReports 6 Online Help
SetValue(Double) Method
Example 

The numeric value to store as the cell's current value.
Sets the cell's type to DDCellType.Number, and sets its value to the specified numeric value.
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal dblValue As Double _
) 
public void SetValue( 
   double dblValue
)

Parameters

dblValue
The numeric value to store as the cell's current value.
Example
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

DDCell Class
DDCell Members
Overload List

Send Feedback