AxaptaBufferWrapper Class

Provides the ability add data to and retrieve data from an Axapta buffer. It wraps IAxaptaBufferWrapper, demanding only AxSessionPermission.

Namespace:  Microsoft.Dynamics.Framework.Reports
Assembly:  Microsoft.Dynamics.Framework.Reports (in Microsoft.Dynamics.Framework.Reports.dll)

Syntax

'Declaration
<AxSessionPermissionAttribute(SecurityAction.Demand, Unrestricted := True)> _
Public Class AxaptaBufferWrapper
'Usage
Dim instance As AxaptaBufferWrapper
[AxSessionPermissionAttribute(SecurityAction.Demand, Unrestricted = true)]
public class AxaptaBufferWrapper
[AxSessionPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
public ref class AxaptaBufferWrapper

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Framework.Reports.AxaptaBufferWrapper

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Framework.Reports Namespace