MapLegendInstance.Layout 属性

Gets the calculated value of the Layout property in a MapLegend class.

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

语法

声明
Public ReadOnly Property Layout As MapLegendLayout
    Get
用法
Dim instance As MapLegendInstance
Dim value As MapLegendLayout

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapLegendLayout
A MapLegendLayout value that represents the calculated value of the Layout property.