You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When one report parameter is set as internal in the report designer, the GetReportParameters method throws an exception when the code reaches this line of code parameters = service.GetReportParametersAsync(model.ReportPath, historyID, forRendering, values, rsCredentials).Result;
The exception message says The report parameter 'parameter' is read-only and cannot be modified.
The text was updated successfully, but these errors were encountered:
lnogueracmnhospitals
changed the title
If fails when the report parameter is readonly.
It fails when the report parameter is readonly.
Nov 5, 2020
When one report parameter is set as internal in the report designer, the GetReportParameters method throws an exception when the code reaches this line of code
parameters = service.GetReportParametersAsync(model.ReportPath, historyID, forRendering, values, rsCredentials).Result;
The exception message says The report parameter 'parameter' is read-only and cannot be modified.
The text was updated successfully, but these errors were encountered: