Właściwość ChartMarker.Type
Definiuje typ znacznika dla wartości.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Type As ReportExpression(Of ChartMarkerTypes)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartMarkerTypes>
A ReportExpression<T> obiektu.