Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
Hidden Property
posted

Hi,

I have flatDataSource. Can I don't display Cube Class Property.

My Cube Class

public class Person
    {
        public string Name { getset; }
        public int Age { getset; }
        public DateTime BirthDay { getset; }
    }
I don't want to display BirthDay property. How do I do it?
 
Parents
No Data
Reply
  • 138253
    Offline posted

    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.

Children