DrawInfinitive 属性
Indicates whether an infinite line should be drawn.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property DrawInfinitive As ReportExpression(Of Boolean)
Get
Set
用法
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>)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.