Share via


CreateAxaptaContainer 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 an Axapta container object.

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

Syntax

'Declaration
<SecurityCriticalAttribute> _
Public Function CreateAxaptaContainer As AxaptaContainerWrapper
'Usage
Dim instance As AxaptaWrapper
Dim returnValue As AxaptaContainerWrapper

returnValue = instance.CreateAxaptaContainer()
[SecurityCriticalAttribute]
public AxaptaContainerWrapper CreateAxaptaContainer()
[SecurityCriticalAttribute]
public:
AxaptaContainerWrapper^ CreateAxaptaContainer()

Return Value

Type: Microsoft.Dynamics.Framework.Reports.AxaptaContainerWrapper
An Axapta container object.

See Also

Reference

AxaptaWrapper Class

CreateAxaptaContainer Overload

Microsoft.Dynamics.Framework.Reports Namespace