Condividi tramite


Proprietà ChartLegendCustomItem.Marker

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a report definition object that defines the appearance of the item marker.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Marker As ChartMarker 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object that defines the appearance of the item marker.

Vedere anche

Riferimento

ChartLegendCustomItem Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering