共用方式為


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 命名空間