MapLegend.Layout 属性

Gets the arrangement of labels in the map legend.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Layout As ReportEnumProperty(Of MapLegendLayout)
    Get
用法
Dim instance As MapLegend 
Dim value As ReportEnumProperty(Of MapLegendLayout)

value = instance.Layout
public ReportEnumProperty<MapLegendLayout> Layout { get; }
public:
property ReportEnumProperty<MapLegendLayout>^ Layout {
    ReportEnumProperty<MapLegendLayout>^ get ();
}
member Layout : ReportEnumProperty<MapLegendLayout>
function get Layout () : ReportEnumProperty<MapLegendLayout>

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLegendLayout>
A ReportEnumProperty<EnumType> object.

请参阅

参考

MapLegend 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间