This site can’t be reached
The webpage at https://www.jsdelivr.com/projects/syncfusion-ej-global might be temporarily down or it may have moved permanently to a new web address.
ERR_SPDY_PROTOCOL_ERROR
Thank You..
|
Query |
Response | |
|
How could i overcome my problem when i use parameter with date but my variable is the String , on your Syncfusion Dashboard Designer we could change it at Data Source ? My question is how could i convert String variable into Date on Web Report Server ? |
You can use SQL convert() function in your dataset query to convert the string value into date format. Please refer the below code snippet.
| |
|
hy did when execute my report thru Chrome my report is looking for my Data Source Login if i execute from Notebook i will be able to input the password but if use on my iphone chrome, On IOS it will not popup keyboard to keyin the user login |
Currently, we are having support to render the report in Notebook and we are checking the compatibility with iphone chrome. Meanwhile, could you please share the snap of the rendered output with us. | |
|
i question is how could my user execute my report without knowing datasource password ? |
You can use shared datasource or embed the user id and password into the connection string itself to render the report without providing datasource credentials at client side. | |
|
Why did when design the report using Client Report Designer upon updates to Report Server , i could not edit again by using Web Designer ? |
Currently, our web designer doesn’t support the Tablix, map, indicator and gauge report items, also we have documented the limitation in the below location,
Our web designer will ignore the unsupported items and renders the remaining items in report. The shared report contains the Tablix report item and that is unsupported in Web ReportDesinger, so the Tablix not opened to edit in web control. We will provide the web designer with full compatible features to work with all the report items before end of 2018. |
hy did when execute my report thru Chrome my report is looking for my Data Source Login if i execute from Notebook i will be able to input the password but if use on my iphone chrome, On IOS it will not popup keyboard to keyin the user login | Currently, we are having support to render the report in Notebook and we are checking the compatibility with iphone chrome. Meanwhile, could you please share the snap of the rendered output with us. |
i question is how could my user execute my report without knowing datasource password ? | You can use shared datasource or embed the user id and password into the connection string itself to render the report without providing datasource credentials at client side. |
The webpage at https://www.jsdelivr.com/projects/syncfusion-ej-global might be temporarily down or it may have moved permanently to a new web address.
|
="SELECT RptCaseActivities_Activities.DefendantName ,RptCaseActivities_Activities.ActivityDate ,RptCaseActivities_Activities.ActivityTypeName,RptCaseActivities_Activities.ActionTaken FROM RptCaseActivities_Activities where RptCaseActivities_Activities.ActivityDate=" & Chr(39) & Format(Parameters!dateparameter.Value,"dd/MM/yyyy") & Chr(39) |
="SELECT RptCaseActivities_Activities.DefendantName ,RptCaseActivities_Activities.ActivityDate ,RptCaseActivities_Activities.ActivityTypeName,RptCaseActivities_Activities.ActionTaken FROM RptCaseActivities_Activities where RptCaseActivities_Activities.ActivityDate=" & Chr(39) & Format(Parameters!dateparameter.Value,"dd/MM/yyyy") & Chr(39) |