Layout 속성
Gets or sets the arrangement of labels in the map legend.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Layout As ReportExpression(Of MapLegendLayouts)
Get
Set
‘사용 방법
Dim instance As MapLegend
Dim value As ReportExpression(Of MapLegendLayouts)
value = instance.Layout
instance.Layout = value
public ReportExpression<MapLegendLayouts> Layout { get; set; }
public:
property ReportExpression<MapLegendLayouts> Layout {
ReportExpression<MapLegendLayouts> get ();
void set (ReportExpression<MapLegendLayouts> value);
}
member Layout : ReportExpression<MapLegendLayouts> with get, set
function get Layout () : ReportExpression<MapLegendLayouts>
function set Layout (value : ReportExpression<MapLegendLayouts>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'MapLegendLayouts> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.