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>)