BankStmtImportController.launchReport Method [AX 2012]

Launches the Microsoft SQL Server Reporting Services report by using given filters.

Syntax

public void launchReport(
    BankStmtISODocument _bankStmtISODocument, 
   [boolean _showDialog, 
    utcdatetime _fromDate, 
    utcdatetime _toDate, 
    BankStmtISOMax500Text _statementNumber, 
    BankStmtISOMax500Text _accountNumber])

Run On

Called

Parameters

  • _bankStmtISODocument
    Type: BankStmtISODocument Table
    The BankStmtISODocument item for which the Discrepancy Entries are to be reported.
  • _showDialog
    Type: boolean
    A Boolean value that indicates whether to display the parameter dialog box.
  • _fromDate
    Type: utcdatetime
    The 'From Date' parameter value for the report.
  • _toDate
    Type: utcdatetime
    The 'To Date' parameter value for the report.

See Also

Reference

BankStmtImportController Class