Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an expression that evaluates to the arrangement of labels within the legend.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Layout As ReportEnumProperty(Of ChartLegendLayouts)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartLegendLayouts>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace