How can I display data from a list-property in a PivotGridField of a ASPxPivotGrid (DevExpress)?

后端 未结 0 487
栀梦
栀梦 2021-02-14 07:47

I have the following (simplified) objects:

public class repInvoice 
{
    public string InvoiceNumber { get; set; }
    public DateTime InvoiceDate { get; set; }
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题