Dear All,
I created RDP and DataContractAttribute class, but when i running ssrs report, i'm getting DataContractAttribute object not initialized error. Where is my mistake? Thank you.
RDP class;
DataContractAttribute Class;
Error;
Dear All,
I created RDP and DataContractAttribute class, but when i running ssrs report, i'm getting DataContractAttribute object not initialized error. Where is my mistake? Thank you.
RDP class;
DataContractAttribute Class;
Error;
I found my mistake for InMemory table, thank you for support.
Thank you Martin this issue is resolved, but rdp class can't fill tempdb. When i change table type to regular i can see data, but change to in memory or tempdb i can't see data.
You never assigned any value to your local variable called dataContract, therefore its value is null and you can't call methods on null.
Use the following code to assign the current data contract to your variable:
dataContract = this.parmDataContract();
Dear Martin,
I added screen shot, thank you.
Can you show us your code in processReport(). It's failing there, at line 15.
André Arnaud de Cal...
292,865
Super User 2025 Season 1
Martin Dráb
231,723
Most Valuable Professional
nmaenpaa
101,156
Moderator