Syntax
Visual Basic (Declaration) | |
---|
Public Function New( _
ByVal src As net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile _
) |
C# | |
---|
public TemplateMetrics.DataSourceProfile.DataSetProfile(
net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile src
) |
Managed Extensions for C++ | |
---|
public: TemplateMetrics.DataSourceProfile.DataSetProfile(
net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile* src
) |
C++/CLI | |
---|
public:
TemplateMetrics.DataSourceProfile.DataSetProfile(
net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile^ src
) |
Parameters
- src
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also