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

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -

SQL Server - MyCTE query based on 24 hour period (next day) -