ChartPolygonAnnotation.FreeDraw Property
Indicates whether an annotation should be placed using the free-draw mode.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property FreeDraw As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As ChartPolygonAnnotation
Dim value As ReportExpression(Of Boolean)
value = instance.FreeDraw
instance.FreeDraw = value
public ReportExpression<bool> FreeDraw { get; set; }
public:
property ReportExpression<bool> FreeDraw {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member FreeDraw : ReportExpression<bool> with get, set
function get FreeDraw () : ReportExpression<boolean>
function set FreeDraw (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.