Share via


SysRecordLevelSecurityDP.processReport Method [AX 2012]

Processes the report business logic, calls the helper methods, and inserts the data into the temporary table.

Syntax

public void processReport()

Run On

Server

Remarks

This method provides the ability to write the report business logic. This method is called by Microsoft SQL Server Reporting Services at runtime. This method computes the data and populates the data tables to return to Reporting Services.

See Also

Reference

SysRecordLevelSecurityDP Class