Propriedade do RDL Layout
Gets the arrangement of labels in the map legend.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Layout As ReportEnumProperty(Of MapLegendLayout)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'MapLegendLayout> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também