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 -

excel vba - VBA Proxy auto-configuration for http requests -

sql server 2008 - split ssrs expression between 2 words -