共用方式為


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>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartLegendLayouts>
A ReportEnumProperty<EnumType> object.

請參閱

參考

ChartLegend 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間