AccountReport(Int32, Double, String) Constructor

public AccountReport( 
int portfolioId
double amount
string text 
)
This language is not supported or no code example is available.
public:  
AccountReport( 
int portfolioId
double amount
String^ text 
)
This language is not supported or no code example is available.
public function AccountReport( 
portfolioId : int
amount : double
text : String 
);
This language is not supported or no code example is available.

Parameters

portfolioId
int

amount
double

text
string

In this article

Definition