値のマーカーの種類を定義します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property Type As ReportExpression(Of ChartMarkerTypes)
Get
Set
'使用
Dim instance As ChartMarker
Dim value As ReportExpression(Of ChartMarkerTypes)
value = instance.Type
instance.Type = value
public ReportExpression<ChartMarkerTypes> Type { get; set; }
public:
property ReportExpression<ChartMarkerTypes> Type {
ReportExpression<ChartMarkerTypes> get ();
void set (ReportExpression<ChartMarkerTypes> value);
}
member Type : ReportExpression<ChartMarkerTypes> with get, set
function get Type () : ReportExpression<ChartMarkerTypes>
function set Type (value : ReportExpression<ChartMarkerTypes>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartMarkerTypes>
ReportExpression<T> オブジェクト。