Hi,
I have flatDataSource. Can I don't display Cube Class Property.
My Cube Class
public class Person { public string Name { get; set; } public int Age { get; set; } public DateTime BirthDay { get; set; } }
I don't want to display BirthDay property. How do I do it?
Hello Resul,
Thank you for your post. I have been looking into but am not completely sure what is the result you want to achieve. Could you please tell me whether you want to hide the Property from the XamPivotDataSelector or I have misunderstood you in some way?
Looking forward for your reply.
We dont want to some cube class property. Is possible hide in DataSelector?