BenSelect Documentation
ExpandDeliveryFileNameTemplate Method
See Also  Send Feedback
Selerix.ETIExtension.Report Namespace > ReportUtils Class : ExpandDeliveryFileNameTemplate Method
deliveryFileNameTemplate
the delivery file name template
reportCompiledFileExt
the file extension populated by reportCompiled instance
reportCompiled
the report compiled
Expands the delivery file name template defined in a report plugin

Syntax

JScript 
public static function ExpandDeliveryFileNameTemplate( 
   deliveryFileNameTemplate : String,
   reportCompiledFileExt : String,
   reportCompiled : clsReportCompiled
) : ValueTuple;

Parameters

deliveryFileNameTemplate
the delivery file name template
reportCompiledFileExt
the file extension populated by reportCompiled instance
reportCompiled
the report compiled

Return Value

pair filename without extension and file extansion of a resulted file calculated from report config

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.