ChartSmartLabel.ShowOverlapped Propiedad
Gets an expression that evaluates to a value that indicates whether labels should be displayed even when overlapping issues cannot be resolved.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ShowOverlapped As ReportBoolProperty
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering