Hai
When I was takeing Data as below Report Showing output Data.
public static List<Job> GetData(int ab)
{
}
but when I was takeing data as below
public async static Task<List<Job>> GetData(int ab)
{
}
it was showing Error The expression contains object 'JobName' that is not defined in the current context.
Is Telerik Reports support async methods ?