系列のビジュアル化の種類。
名前空間: 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>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartTypes>
ReportExpression<T> オブジェクト。