Propriedade do RDL Reflection
Indicates the cap has a reflection effect.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.