Свойство ChartSeries.Subtype
Visualization subtype for the series.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Subtype As ReportExpression(Of ChartSubtypes)
Get
Set
'Применение
Dim instance As ChartSeries
Dim value As ReportExpression(Of ChartSubtypes)
value = instance.Subtype
instance.Subtype = value
public ReportExpression<ChartSubtypes> Subtype { get; set; }
public:
property ReportExpression<ChartSubtypes> Subtype {
ReportExpression<ChartSubtypes> get ();
void set (ReportExpression<ChartSubtypes> value);
}
member Subtype : ReportExpression<ChartSubtypes> with get, set
function get Subtype () : ReportExpression<ChartSubtypes>
function set Subtype (value : ReportExpression<ChartSubtypes>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartSubtypes>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel