다음을 통해 공유


PointerCap.Reflection 속성

Indicates the cap has a reflection effect.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Reflection As ReportExpression(Of Boolean)
    Get 
    Set
‘사용 방법
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>)

속성 값

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

참고 항목

참조

PointerCap 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스