Microsoft.Dynamics.Framework.Reports Namespace

Dynamics AX 2009
The Microsoft.Dynamics.Framework.Reports namespace contains classes that support core features for SQL Server Reporting Services (SSRS) reports for Microsoft Dynamics AX.

ClassDescription
AxaptaBufferWrapperProvides the ability add data to and retrieve data from an Axapta buffer. It wraps IAxaptaBufferWrapper, demanding only AxSessionPermission.
AxaptaContainerWrapperProvides the ability to read and write to and from Axapta containers. It wraps IAxaptaContainerAdapter, demanding only AxSessionPermission.
AxaptaObjectWrapperProvides the ability to call Axapta class methods. It wraps IAxaptaObjectAdapter, demanding only AxSessionPermission.
AxaptaRecordWrapperProvides functionality for reading and modifying Axapta records. It wraps IAxaptaRecordAdapter, demanding only AxSessionPermission.
AxaptaWrapperProvides the ability to connect to the Microsoft Dynamics AX system, create Microsoft Dynamics AX record, container, and buffer objects, execute transactions, and perform other Microsoft Dynamics AX system tasks. It wraps IAxaptaRecordAdapter demanding only AxSessionPermission.
AxQueryProvides a managed programming interface for executing queries that are created in the Microsoft Dynamics AX development environment.
AxSessionPermissionProvides code access permission for accessing the current .NET Business Connector session on a report server.
AxSessionPermissionAttributeThe attribute that is used for an Axapta session permission.
DataMethodAttributeThe attribute that identifies a method as a data method.
DataMethodUtilityUtility class for data methods.
DiscriminatedUnionRepresents a data type that can store one of two possible options.
DynaLinkGenerates links to Microsoft Dynamics AX forms and Enterprise Portal Web pages.
RuntimeReportContextProvides a programming interface to read the AX_ReportContext parameter.
SessionManagerProvides access to the current session for a user.
TupleProvides a tuple type for when both elements are of the same type.
TupleRepresents a tuple.

StructureDescription
IndexValuePairA friendly named wrapper of a tuple that represents an index and value pair.

EnumerationDescription
DiscriminatedUnionOptionThe options used in DiscriminatedUnion.
MenuItemTypeSpecifies the possible types for a menu item in Microsoft Dynamics AX.
Show: