Construtor AceStruct (AceStruct)
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Sintaxe
'Declaração
Public Sub New ( _
other As AceStruct _
)
'Uso
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
)
Parâmetros
- other
Tipo: Microsoft.ReportingServices.Interfaces. . :: . .AceStruct
An existing AceStruct object.
Consulte também