Query |
Response | |
1. my platform is angularjs + Microsoft web API 2.0 , do u support it?
|
Yes, we will provided the support to use the Report designer in angular application with Web API. Please find the below sample for your reference.
Web API Service: http://www.syncfusion.com/downloads/support/directtrac/general/ze/ReportDesignerSample-1163715716
Please find the below help documentation for how to create the report designer sample in angular platform.
| |
2.i never want my connection string to be shared in client side.is it possible?
|
Yes, we can achieve your requirement by using the shared datasource in reports. If you are using the shared datasource in your report then you can pass the credentials at server side as shown in below code example.
ReportAPIController.cs
| |
3.i want to manipulate query before it get executed on sql server engine so do support navigation through the tables and adding some conditions and also joins(AST manipulation)?
|
Yes, you can add conditions and join tables in our web report designer query designer. | |
4. can i customize the table names and field names when i want to show them to customer for building query?
|
Yes, you can able to customize the table or column names while build query. Please refer the below link more details on this,
| |
5. hide some column and tables in report designer?
|
You can able to hide columns in query designer mode for SQL Server only and we don’t have support to hide dataset(table) based on user condition. Please refer the below UG link to hide columns,
| |
6.saving and loading reports(report files) through my own customized pipeline?
|
Yes we can able to save , edit and load the reports using the External server. | |
7.is there any way for disabling designer for some users?
|
Yes, you can customize in your application level to edit or disable the Report Designer based on your user rule like as Report Server. | |
8.your permissions and users definition is based on my customized development or its entirely separate module that has its own user definitions?
|