Set a single image name. If there are no images, this is it. If there are already images, this adds this name to the end of the list. This method can only be called before processing a report.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub AddImageName( _
ByVal filename As String _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportHtml
Dim filename As String
instance.AddImageName(filename) |
Parameters
- filename
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also