Sdílet prostřednictvím


ChartSeries.Type Property

Visualization type for the series.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Type As ReportExpression(Of ChartTypes)
    Get 
    Set
'Usage
Dim instance As ChartSeries 
Dim value As ReportExpression(Of ChartTypes)

value = instance.Type

instance.Type = value
public ReportExpression<ChartTypes> Type { get; set; }
public:
property ReportExpression<ChartTypes> Type {
    ReportExpression<ChartTypes> get ();
    void set (ReportExpression<ChartTypes> value);
}
member Type : ReportExpression<ChartTypes> with get, set
function get Type () : ReportExpression<ChartTypes>
function set Type (value : ReportExpression<ChartTypes>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartTypes>
A ReportExpression<T> object.

See Also

Reference

ChartSeries Class

Microsoft.ReportingServices.RdlObjectModel Namespace