Właściwość ChartMarker.Type
Wyrażenie pobiera typ znacznika dla wartości.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Type As ReportEnumProperty(Of ChartMarkerTypes)
Get
'Użycie
Dim instance As ChartMarker
Dim value As ReportEnumProperty(Of ChartMarkerTypes)
value = instance.Type
public ReportEnumProperty<ChartMarkerTypes> Type { get; }
public:
property ReportEnumProperty<ChartMarkerTypes>^ Type {
ReportEnumProperty<ChartMarkerTypes>^ get ();
}
member Type : ReportEnumProperty<ChartMarkerTypes>
function get Type () : ReportEnumProperty<ChartMarkerTypes>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartMarkerTypes>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także