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 ChartLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Layout As ChartLegendLayouts
Get
'Usage
Dim instance As ChartLegendInstance
Dim value As ChartLegendLayouts
value = instance.Layout
public ChartLegendLayouts Layout { get; }
public:
property ChartLegendLayouts Layout {
ChartLegendLayouts get ();
}
member Layout : ChartLegendLayouts
function get Layout () : ChartLegendLayouts
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendLayouts
A ChartLegendLayouts value that represents the calculated value of the Layout property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace