Proprietà PointerCap.Reflection
Indicates the cap has a reflection effect.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property Reflection As ReportExpression(Of Boolean)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.