Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an expression that evaluates to the marker type for values.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Type As ReportEnumProperty(Of ChartMarkerTypes)
Get
'Uso
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>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartMarkerTypes>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering