'Declaration Public Shared Sub RegisterDocument( _ ByVal documentName As System.String, _ ByVal d As C1MakeDocumentDelegate _ )
public static void RegisterDocument( System.string documentName, C1MakeDocumentDelegate d )
Parameters
- documentName
- Unique identifier of the document. Make sure that this name does not conflict with already existent file-based/memory-based report names.
- d
- Delegate that will be called in order to generate document.