ChartSeries.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>)