凡例内のラベルの配置。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property Layout As ReportExpression(Of ChartLegendLayouts)
Get
Set
'使用
Dim instance As ChartLegend
Dim value As ReportExpression(Of ChartLegendLayouts)
value = instance.Layout
instance.Layout = value
public ReportExpression<ChartLegendLayouts> Layout { get; set; }
public:
property ReportExpression<ChartLegendLayouts> Layout {
ReportExpression<ChartLegendLayouts> get ();
void set (ReportExpression<ChartLegendLayouts> value);
}
member Layout : ReportExpression<ChartLegendLayouts> with get, set
function get Layout () : ReportExpression<ChartLegendLayouts>
function set Layout (value : ReportExpression<ChartLegendLayouts>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartLegendLayouts>
ReportExpression<T> オブジェクト。