Propriedade do RDL Reflection
Gets the calculated value of the Reflection property in a PointerCap class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Reflection As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Reflection property.
Consulte também