Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets the calculated value of the Layout property in a MapLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Layout As MapLegendLayout
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLegendLayout
A MapLegendLayout value that represents the calculated value of the Layout property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering