Proprietà MapLegendInstance.Layout
Gets the calculated value of the Layout property in a MapLegend class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Layout As MapLegendLayout
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLegendLayout
A MapLegendLayout value that represents the calculated value of the Layout property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering