SRSReportSchema.add Method [AX 2012]

Adds a table to the report schema.

public void add(
    SRSReportDataSetName _reportDataSetName, 
    TableName _reportDataTable, 
    MethodName _reportDataProviderMethod)

Run On

Server

Parameters

_reportDataSetName
Type: SRSReportDataSetName Extended Data Type
_reportDataTable
Type: TableName Extended Data Type
_reportDataProviderMethod
Type: MethodName Extended Data Type

ExceptionCondition
Error

Error is thrown if the table being added already occurs in the schema.

Community Additions

ADD
Show: