Propriété Type
Gets an expression that evaluates to the marker type for values.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Type As ReportEnumProperty(Of ChartMarkerTypes)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartMarkerTypes> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi