dblogin
Specifies the numbered username and password from the Settings page for use when logging into the database.
ViewReport.aspx?reportName=catalog.rpt&dbLogin=2
dbUser
dbPw
Explicitly specifies a username and/or password for use when logging into the database.
bc.ViewReport.aspx?reportName=catalog.rpt&***dbUser***=sa&***dbPw***=secret
dbUser-3DES
dbUser-AES
dbPw-3DES
dbPw-AES
Explicitly specifies the Triple DES or AES encrypted username and/or password values for use when logging into the database.
ViewReport.aspx?reportName=catalog.rpt&dbUser-3DES=m0%2fTaSpWg78%3d&dbPw-3DES=v0AQ4VkvliE%3d
dbConn
dbConn-3DES
dbConn-AES
Explicitly specifies the database server name or ODBC DSN, which will be applied to all tables in the report to override original values.
When dbConn is used, dbUser, dbPw, and dbDatabase (if required) must also be provided.
dbDatabase
dbDatabase-3DES
dbDatabase-AES
dbDatabase explicitly specifies the database name (such as AdventureWorks or Pubs). This value is often used for SQL Server databases but is typically not used for Oracle databases.
Post your comment on this topic.