Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an expression that evaluates to the visualization type for the series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Type As ReportEnumProperty(Of ChartSeriesType)
Get
'Usage
Dim instance As ChartSeries
Dim value As ReportEnumProperty(Of ChartSeriesType)
value = instance.Type
public abstract ReportEnumProperty<ChartSeriesType> Type { get; }
public:
virtual property ReportEnumProperty<ChartSeriesType>^ Type {
ReportEnumProperty<ChartSeriesType>^ get () abstract;
}
abstract Type : ReportEnumProperty<ChartSeriesType>
abstract function get Type () : ReportEnumProperty<ChartSeriesType>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeriesType>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace