C# Class Nequeo.Report.NequeoCompany.Account.Accounts

Account reports
Afficher le fichier Open project: drazenzadravec/nequeo

Méthodes publiques

Méthode Description
Account ( int accountID ) : Nequeo.Model.DataSource.BindingSourceData[]

Create Account binding s ource data

AccountShow ( Array reportBindingSourceCollection ) : void

Show Account report

Method Details

Account() public méthode

Create Account binding s ource data
public Account ( int accountID ) : Nequeo.Model.DataSource.BindingSourceData[]
accountID int The accountID value
Résultat Nequeo.Model.DataSource.BindingSourceData[]

AccountShow() public méthode

Show Account report
public AccountShow ( Array reportBindingSourceCollection ) : void
reportBindingSourceCollection Array The report binding source collection.
Résultat void