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
Post a Comment