[Visual Basic] Public Function UserExcelReport( _ ByVal TemplateFilePath As String, _ ByVal ReportFilePath As String _ ) As Boolean [C#] public bool UserExcelReport( string TemplateFilePath, string ReportFilePath ); [C++] public: bool UserExcelReport( String* TemplateFilePath, String* ReportFilePath ); [JScript] public function UserExcelReport( String TemplateFilePath, String ReportFilePath ): bool;
Model Class | EbsOpen Namespace