Hi Guys,
recently experienced weird behavior in visual Studio on adding new fields into ssrs report data provider temp table.
[SRSReportDataSetAttribute(tableStr(RetailLabelTmp))]
public RetailLabelTmp getRetailLabelTmp()
{
select * from tmpTable;
return tmpTable;
}
I have added new fields in RetailLabelTmp table extension but can't manage to see them in SSRS report
It is existing report. Compilation, DB sync completed. DataSet in a report has been Restored. But no luck.
Any ideas would be much appreciated.
Thanks!
Thank you very much!
yes, the reason is exactly as you wrote.
Report design is in a legacy model with no reference to a new one.
I have moved design to a new model and all new fields are visible now.
Please restart SSRS services once and check.
thanks
They can be different models, but if you want your report to see a table extension in another model, you need to add a reference to that model so the report could see it.
Hi,
no, in different models.
Is it the possible reason?
I will try to move fields into the same model.
Many thanks for the hint!
Are your table extension and report in the same model?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156