Partilhar via


Propriedade DrawInfinitive

Indicates whether an infinite line should be drawn.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property DrawInfinitive As ReportExpression(Of Boolean)
    Get
    Set
'Uso
Dim instance As ChartLineAnnotation
Dim value As ReportExpression(Of Boolean)

value = instance.DrawInfinitive

instance.DrawInfinitive = value
public ReportExpression<bool> DrawInfinitive { get; set; }
public:
property ReportExpression<bool> DrawInfinitive {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member DrawInfinitive : ReportExpression<bool> with get, set
function get DrawInfinitive () : ReportExpression<boolean>
function set DrawInfinitive (value : ReportExpression<boolean>)