ChartLegend.Layout 属性
Gets an expression that evaluates to the arrangement of labels within the legend.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Layout As ReportEnumProperty(Of ChartLegendLayouts)
Get
用法
Dim instance As ChartLegend
Dim value As ReportEnumProperty(Of ChartLegendLayouts)
value = instance.Layout
public ReportEnumProperty<ChartLegendLayouts> Layout { get; }
public:
property ReportEnumProperty<ChartLegendLayouts>^ Layout {
ReportEnumProperty<ChartLegendLayouts>^ get ();
}
member Layout : ReportEnumProperty<ChartLegendLayouts>
function get Layout () : ReportEnumProperty<ChartLegendLayouts>