Condividi tramite


Proprietà ShowOverlapped

Indicates labels should be displayed even when overlapping issues cannot be resolved.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ShowOverlapped As ReportBoolProperty
    Get
'Utilizzo
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