PointerCap.Reflection Property

Gets an expression that evaluates to a value that indicates whether the cap has a reflection effect.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Reflection As ReportBoolProperty
    Get
'Usage
Dim instance As PointerCap
Dim value As ReportBoolProperty

value = instance.Reflection
public ReportBoolProperty Reflection { get; }
public:
property ReportBoolProperty^ Reflection {
    ReportBoolProperty^ get ();
}
member Reflection : ReportBoolProperty
function get Reflection () : ReportBoolProperty