Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MarkerOverlapping As ReportBoolProperty
Get
'Usage
Dim instance As ChartSmartLabel
Dim value As ReportBoolProperty
value = instance.MarkerOverlapping
public ReportBoolProperty MarkerOverlapping { get; }
public:
property ReportBoolProperty^ MarkerOverlapping {
ReportBoolProperty^ get ();
}
member MarkerOverlapping : ReportBoolProperty
function get MarkerOverlapping () : ReportBoolProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace