SrsReportRdlDataContract::create Method [AX 2012]

Creates a new instance of SrsReportRdlDataContract from a packed container.

Syntax

client server public static SrsReportRdlDataContract create(container _packedClass)

Run On

Called

Parameters

  • _packedClass
    Type: container
    Container with the packed values.

Return Value

Type: SrsReportRdlDataContract Class
Instance of SrsReportRdlDataContract

Exceptions

Exception Condition
Error

Throws an exception if an derived RDL contract class is specified but not found in AOT.

See Also

Reference

SrsReportRdlDataContract Class