Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已嵌入 Power BI 报表。单击报告时,会出现以下错误。
单击关闭按钮时,报告加载正常,但我仍然收到此错误。
I want to convert List<Object> to List<U> where as U is the type that can be generated Dynamically but List is not accepting U in C#
List<Object>
List<U>
U