Partager via


Propriété Reflection

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Reflection As ReportBoolProperty
    Get
'Utilisation
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