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.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets a report definition object that defines the appearance of the item marker.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Marker As ChartMarker
Get
'Uso
Dim instance As ChartLegendCustomItem
Dim value As ChartMarker
value = instance.Marker
public ChartMarker Marker { get; }
public:
property ChartMarker^ Marker {
ChartMarker^ get ();
}
member Marker : ChartMarker
function get Marker () : ChartMarker
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object that defines the appearance of the item marker.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering