MapAutoBool Enumeration

 

Updated: February 25, 2016

Represents a boolean enumeration for the Map.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

public enum class MapAutoBool

Member nameDescription
Auto

Automatically determines true or false at run time.

False

Evaluates to false.

True

Evaluates to true.

Return to top
Show: