共用方式為


Type 屬性

Visualization type for the series.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Type As ReportExpression(Of ChartTypes)
    Get
    Set
'用途
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>)