IHostFinanceViewsShowAccountStatementByAccount Method

Displays the statement view for the account.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowAccountStatementByAccount(
	string account,
	DateTime? fromDate,
	DateTime toDate
)

Parameters

account  String
Account.
fromDate  NullableDateTime
Date start.
toDate  DateTime
Date end.

See Also