Compartir a través de


PointerCap.Reflection Propiedad

Indicates the cap has a reflection effect.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Reflection As ReportExpression(Of Boolean)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

Vea también

Referencia

PointerCap Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel