PointerCapInstance.Reflection Property
Gets the calculated value of the Reflection property in a PointerCap class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Reflection As Boolean
Get
'Usage
Dim instance As PointerCapInstance
Dim value As Boolean
value = instance.Reflection
public bool Reflection { get; }
public:
property bool Reflection {
bool get ();
}
member Reflection : bool
function get Reflection () : boolean
Property Value
Type: System.Boolean
A Boolean value that represents the calculated value of the Reflection property.