Énumération MapPosition
Represents the positions of an item in a map.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration MapPosition
'Utilisation
Dim instance As MapPosition
public enum MapPosition
public enum class MapPosition
type MapPosition
public enum MapPosition
Membres
Nom de membre | Description | |
---|---|---|
TopCenter | The title is positioned at the top center. | |
TopLeft | The title is positioned at the top left. | |
TopRight | The title is positioned at the top right. | |
LeftTop | The title is positioned at the left top. | |
LeftCenter | The title is positioned at the left center. | |
LeftBottom | The title is positioned at the left bottom. | |
RightTop | The title is positioned at the right top. | |
RightCenter | The title is positioned at the right center. | |
RightBottom | The title is positioned at the right bottom. | |
BottomRight | The title is positioned at the bottom right. | |
BottomCenter | The title is positioned at the bottom center. | |
BottomLeft | The title is positioned at the bottom left. |