Layout 屬性
Gets the calculated value of the Layout property in a ChartLegend class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Layout As ChartLegendLayouts
Get
'用途
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
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendLayouts
A ChartLegendLayouts value that represents the calculated value of the Layout property.