Właściwość ChartSmartLabel.MarkerOverlapping
Wskazuje punkt etykiety są mogą na siebie zachodzić znaczników punkt.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MarkerOverlapping As ReportExpression(Of Boolean)
Get
Set
'Użycie
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of Boolean)
value = instance.MarkerOverlapping
instance.MarkerOverlapping = value
public ReportExpression<bool> MarkerOverlapping { get; set; }
public:
property ReportExpression<bool> MarkerOverlapping {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member MarkerOverlapping : ReportExpression<bool> with get, set
function get MarkerOverlapping () : ReportExpression<boolean>
function set MarkerOverlapping (value : ReportExpression<boolean>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> obiektu.
Zobacz także