AceStruct Constructor (AceStruct)
Creates a new instance of the AceStruct class based on an existing AceStruct object.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Syntax
'Declaration
Public Sub New ( _
other As AceStruct _
)
public AceStruct (
AceStruct other
)
public:
AceStruct (
AceStruct^ other
)
public AceStruct (
AceStruct other
)
public function AceStruct (
other : AceStruct
)
Parameters
- other
An existing AceStruct object.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AceStruct Class
AceStruct Members
Microsoft.ReportingServices.Interfaces Namespace