Title and Notes for printing with HTML5
I currently have a workflow set up to print a pdf map from the HTML5 viewer. In the print template I've created _Title and _Notes datafields. In my workflow I collect the user input via a Design Form. I want to pass these two strings into the Print Map display form. One of the properties on the PrintMap is "Text Fields" which is documented as "A dictionary of name value pairs that represent text field inputs to the print template. The provided text field names must match the text field names specified by the print template." I've tried numerous variations for this dictionary ( e.g. New Dictionary(Of String,String) From {{"_Title", "This is my map Title"}} but i cannot get it to update the map title. Any thoughts on what I'm missing?
Thanks!
-
In the design form I made the variable User_title contain the input and then cast it as a string (from an object) then use an Assign activity: dictionary("User_title") = User_titlethen in the report itself, for the data field AND the tag for the textbox, put User_title in both those.0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar