Page 1 of 1

Business Objects - Hide Fields

Posted: Wed Jun 01, 2022 8:29 am
by admin@secsol.co.uk
Hi,

I am adding a class as a business object to my Report but I want to hide some fields within the business object - how do I do this?

e.g. something like this

class Info
{
public string CompanyName { get; set; }

[Hide Field]
public bool Active { get; set; }
}

Re: Business Objects - Hide Fields

Posted: Wed Jun 01, 2022 8:11 pm
by Lech Kulikowski
Hello,

Unfortunately, there are no options for that task.

Thank you.

Re: Business Objects - Hide Fields

Posted: Thu Jun 02, 2022 7:57 am
by admin@secsol.co.uk
Is it possible to add a feature like that as if I have a business object that contains a password field I would want to hide that field and not make it available to a report?

Re: Business Objects - Hide Fields

Posted: Thu Jun 02, 2022 10:01 am
by Lech Kulikowski
Hello,

Please send us your request with detailed description on support@stimulsoft.com.

Thank you.

Re: Business Objects - Hide Fields

Posted: Sat Jun 04, 2022 9:38 am
by admin@secsol.co.uk
Adding these attributes does the job, thanks

[Browsable(false)]
[StiBrowsable(false)]

Re: Business Objects - Hide Fields

Posted: Mon Jun 06, 2022 10:05 am
by Max Shamanov
Hello,

You are welcome!