Report Designer and Multi-Client

  1. Improve the report designer tool with a more functional ReportsViewer, like PrintPreview and more.

  2. Something very important, and perhaps the most desired by independent developers in a multi-client application, is to include Multi-Tenant functionality where multiple clients can connect to a group of databases assigned at runtime from a single project.

Thanks in advance,

+1 for the report, and +1 for a multitenant management.

On the second scenario it should be useful e.g.:

  • have a “multi-tenant” parameter for the project in settings
  • in the “multitenant” scenario to insert in the login form a “tenant” alphanumeric code
  • the tenant code may be used in connection string (for multi tenant scenarios based on different db, e.g. databaseschema_tenant_123, databaseschema_tenant_RogerMoore, etc.) or for setting up tenant id in table (tenantid in tables and management like userid authentication)