AceStruct Constructor (AceStruct)
Creates a new instance of the AceStruct class based on an existing AceStruct object.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Sub New ( _
other As AceStruct _
)
'Usage
Dim other As AceStruct
Dim instance As New AceStruct(other)
public AceStruct(
AceStruct other
)
public:
AceStruct(
AceStruct^ other
)
new :
other:AceStruct -> AceStruct
public function AceStruct(
other : AceStruct
)
Parameters
- other
Type: Microsoft.ReportingServices.Interfaces.AceStruct
An existing AceStruct object.