Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Represents the label positions for the map gridlines.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration MapLabelPositions
'Usage
Dim instance As MapLabelPositions
public enum MapLabelPositions
public enum class MapLabelPositions
type MapLabelPositions
public enum MapLabelPositions
Members
| Member name | Description | |
|---|---|---|
| Center | The labels are positioned at the center of the gridlines. | |
| Far | The labels are positioned at the bottom of the gridlines. | |
| Near | The labels are positioned at the top of the gridlines. | |
| OneQuarter | The labels are positioned between the top and center of the gridlines. | |
| ThreeQuarters | The labels are positioned between the center and bottom of the gridlines. |