Microsoft.Dynamics.Framework.Reports Namespace
Article
10/16/2009
2 minutes to read
In this article
The Microsoft.Dynamics.Framework.Reports namespace contains classes that support core features for SQL Server Reporting Services (SSRS) reports for Microsoft Dynamics AX.
Classes
AxaptaBufferWrapper
Provides the ability add data to and retrieve data from an Axapta buffer. It wraps IAxaptaBufferWrapper, demanding only AxSessionPermission .
AxaptaContainerWrapper
Provides the ability to read and write to and from Axapta containers. It wraps IAxaptaContainerAdapter, demanding only AxSessionPermission .
AxaptaObjectWrapper
Provides the ability to call Axapta class methods. It wraps IAxaptaObjectAdapter, demanding only AxSessionPermission .
AxaptaRecordWrapper
Provides functionality for reading and modifying Axapta records. It wraps IAxaptaRecordAdapter, demanding only AxSessionPermission .
AxaptaWrapper
Provides 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 .
AxQuery
Provides a managed programming interface for executing queries that are created in the Microsoft Dynamics AX development environment.
AxSessionPermission
Provides code access permission for accessing the current .NET Business Connector session on a report server.
AxSessionPermissionAttribute
The attribute that is used for an Axapta session permission.
DataMethodAttribute
The attribute that identifies a method as a data method.
DataMethodUtility
Utility class for data methods.
DiscriminatedUnion
Represents a data type that can store one of two possible options.
DynaLink
Generates links to Microsoft Dynamics AX forms and Enterprise Portal Web pages.
RuntimeReportContext
Provides a programming interface to read the AX_ReportContext parameter.
SessionManager
Provides access to the current session for a user.
Tuple
Provides a tuple type for when both elements are of the same type.
Tuple
Represents a tuple.
Structures
IndexValuePair
A friendly named wrapper of a tuple that represents an index and value pair.
Enumerations