Constructor - initializes a new instance of the
ReportTemplate class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim name As String
Dim instance As New ReportTemplate(name)
public ReportTemplate(
string
)
public ReportTemplate(
: String
);
public function ReportTemplate(
: String
);
public: ReportTemplate(
string*
)
public:
ReportTemplate(
String^
)
Parameters
- name
- The name.
See Also