-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
- I am trying to bind a template where I need to put conditions before putting some values ? I am not getting how to do this ?
- I need to populate data in table control based on for loop so how we can use for loop while assigning values in fieldContent inside Table.
var valuesToFill = new Content(
//new ChartContent("Chart"),
// Add field.
new FieldContent("LessonName", lessonname),
new FieldContent("Source", Source),
new FieldContent("AuthorName", Author)
// Add image in header.
//new ImageContent("Logo", System.IO.File.ReadAllBytes(LogoPath))
);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels