User Profile

Initialize variables with declaration


Can we get an option to initialize variables to a certain value? Something like this: var MyInt: Integer = 10; MyGuid: Guid = {cbbd84dc-84f8-4ca4-88dc-9a526dbf88d0};

Read more...
7 Comments

Read more...
7 Comments

Category: Development (1166)

STATUS DETAILS
Under Review

Add IsReadOnly to the page object to get the current data access intent


Reports have a property IsReadOnly which can be used in code to get the current data access intent.


Pages do not have this property. However, we need this property in API pages to get the current data access intent of an API request.


This should also be used ...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes