report - RDLC - One page for each item in a list -


i made report many fields, filled properties of class.

the datasource class contains many properties of string type. point, works perfect.

here problem: 1 of properties list of strings. need page printed each item.

eg:

public class student {     public list<string> names { get; set; }      public string course { get; set; }      public string year { get; set; } } 

based on example, need print page each name, holding constant other values.

as additional information, i'm not using tables, textbox. why need print pinpoint accuracy.

i appreciate help.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -