ChartAnnotation.Visible Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Indicates whether the annotation is visible.

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

Syntax

'Declaration
Public Property Visible As ReportExpression(Of Boolean)
    Get
    Set
'Usage
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of Boolean)

value = instance.Visible

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