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?