Condividi tramite


Proprietà Marker

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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