Partager via


Propriété ShowOverlapped

Gets an expression that evaluates to a value that indicates whether labels should be displayed even when overlapping issues cannot be resolved.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ShowOverlapped As ReportBoolProperty
    Get
'Utilisation
Dim instance As ChartSmartLabel
Dim value As ReportBoolProperty

value = instance.ShowOverlapped
public ReportBoolProperty ShowOverlapped { get; }
public:
property ReportBoolProperty^ ShowOverlapped {
    ReportBoolProperty^ get ();
}
member ShowOverlapped : ReportBoolProperty
function get ShowOverlapped () : ReportBoolProperty