Freigeben über


MapAutoBool-Enumeration

Represents a boolean enumeration for the Map.

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

Syntax

'Declaration
Public Enumeration MapAutoBool
'Usage
Dim instance As MapAutoBool
public enum MapAutoBool
public enum class MapAutoBool
type MapAutoBool
public enum MapAutoBool

Elemente

Elementname Beschreibung
Auto Automatically determines true or false at run time.
True Evaluates to true.
False Evaluates to false.