ChartLegendCustomItem.Marker-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets a report definition object that defines the appearance of the item marker.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Marker As ChartMarker
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object that defines the appearance of the item marker.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace