Propriedade do RDL ChartLegendCustomItem.Marker
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a report definition object that defines the appearance of the item marker.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object that defines the appearance of the item marker.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering