다음을 통해 공유


MapLegendLayouts 열거형

Represents the label layouts in a map legend.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Enumeration MapLegendLayouts
‘사용 방법
Dim instance As MapLegendLayouts
public enum MapLegendLayouts
public enum class MapLegendLayouts
type MapLegendLayouts
public enum MapLegendLayouts

멤버

멤버 이름 설명
AutoTable The labels are automatically arranged to fit.
Column The labels are arranged in a column.
Row The labels are arranged in a row.
WideTable The labels are arranged in a wide table.
TallTable The labels are arranged in a tall table.