Share via


CreateAxaptaBuffer Method (Object)

This member has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses this member throws a MethodAccessException.[SECURITY CRITICAL]

Creates an Axapta buffer object from the specified buffer.

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

Syntax

'Declaration
<SecurityCriticalAttribute> _
Public Function CreateAxaptaBuffer ( _
    axaptaBuffer As Object _
) As AxaptaBufferWrapper
'Usage
Dim instance As AxaptaWrapper
Dim axaptaBuffer As Object
Dim returnValue As AxaptaBufferWrapper

returnValue = instance.CreateAxaptaBuffer(axaptaBuffer)
[SecurityCriticalAttribute]
public AxaptaBufferWrapper CreateAxaptaBuffer(
    Object axaptaBuffer
)
[SecurityCriticalAttribute]
public:
AxaptaBufferWrapper^ CreateAxaptaBuffer(
    Object^ axaptaBuffer
)

Parameters

Return Value

Type: Microsoft.Dynamics.Framework.Reports.AxaptaBufferWrapper
The newly created Axapta buffer object.

See Also

Reference

AxaptaWrapper Class

CreateAxaptaBuffer Overload

Microsoft.Dynamics.Framework.Reports Namespace