EbsOpen Class Library for EBSILON®Professional

Model.UserExcelReport Method 

[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;

See Also

Model Class | EbsOpen Namespace