XslFoLoadOptions.XsltArgumentList

XslFoLoadOptions.XsltArgumentList property

XsltArgumentList for inserting values into existing xls parameters XLS file has ‘animal’ parameter without value: XsltArgumentList args = new XsltArgumentList(); args.AddParam(“animal”, “”, “cat”); now the converter assumes that there is an ‘animal’ parameter with the value ‘cat’ in the XLS file.

public XsltArgumentList XsltArgumentList { get; set; }

See Also