Share via


CreateAxaptaBuffer Method

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 and Axapta buffer object.

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

Syntax

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

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

Return Value

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

See Also

Reference

AxaptaWrapper Class

CreateAxaptaBuffer Overload

Microsoft.Dynamics.Framework.Reports Namespace