Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object that defines the appearance of the item marker.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace