MapAutoBools Enumeration

 

Updated: February 25, 2016

Represents a Boolean enumeration for the Map.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

public enum class MapAutoBools

Member nameDescription
Auto

Automatically determines true or false at run time.

False

Evaluates to false.

True

Evaluates to true.

Return to top
Show: