Windward Studios API Reference
AddImageName Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportHtml Class : AddImageName Method




filename

Glossary Item Box

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)
C# 
public void AddImageName( 
   string filename
)
Managed Extensions for C++ 
public: void AddImageName( 
   string* filename
) 
C++/CLI 
public:
void AddImageName( 
   String^ filename
) 

Parameters

filename

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software