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 visualization subtype for the series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Subtype As ReportEnumProperty(Of ChartSeriesSubtype)
Get
'Usage
Dim instance As ChartSeries
Dim value As ReportEnumProperty(Of ChartSeriesSubtype)
value = instance.Subtype
public abstract ReportEnumProperty<ChartSeriesSubtype> Subtype { get; }
public:
virtual property ReportEnumProperty<ChartSeriesSubtype>^ Subtype {
ReportEnumProperty<ChartSeriesSubtype>^ get () abstract;
}
abstract Subtype : ReportEnumProperty<ChartSeriesSubtype>
abstract function get Subtype () : ReportEnumProperty<ChartSeriesSubtype>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeriesSubtype>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace