Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the Layout property in a MapLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Layout As MapLegendLayout
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLegendLayout
A MapLegendLayout value that represents the calculated value of the Layout property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace