Share via


PointerCap.Reflection Property

Indicates the cap has a reflection effect.

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

Syntax

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

value = instance.Reflection

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