Zum Hauptinhalt gehen

TemplateReport Dataset question

Kommentare

2 Kommentare

  • Permanently deleted user

    Hi Josh,

    Once you have a data table, you will also need to create a new variable of type DataSet, and initialize it: dataset1 = new System.Data.DataSet()

    Then you can use an InvokeMethod activity to add the data table to the new data set you just created. Leave the TargetType null, set the TargetObject to dataset1.Tables, set the MethodName to Add, and expand the Parameters property in the properties on the right hand panel, and add a new parameter with Direction: In, Type: DataTable, and Value: your data table variable.

    You can then pass this data set to the TemplateReport activity.

    -Victoria

    0
  • Permanently deleted user
    Hi Victoria and Josh, do either of you know how to pass a North Arrow and Legend thru Template Report? I've got the map image and data figured out, just need these last two pieces. Thanks
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.