DrawInfinitive propriété
Indicates whether an infinite line should be drawn.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DrawInfinitive As ReportExpression(Of Boolean)
Get
Set
'Utilisation
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>)
Valeur de la propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.