Access report variable in asp.net code
Content
Hi,
I have created the variable in report and I want to access the variable through .net code and assign the value . I have tried through below filter code but it is not working. kindly help on this.
Version
service cloud May 2016Code Snippet
AnalyticsReport analyticsReport = new AnalyticsReport(); //create limit and start parameters. Specifies the max number of rows to return (10,000 is the overall maximum) //start specifies the starting row int limit = 10000; int start = 0;
Tagged:
0