Compartir a través de


ChartLegendCustomItem.Marker Propiedad

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

ChartLegendCustomItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering