Reflection プロパティ
キャップが反射効果を持つことを示します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Reflection As ReportBoolProperty
Get
'使用
Dim instance As PointerCap
Dim value As ReportBoolProperty
value = instance.Reflection
public ReportBoolProperty Reflection { get; }
public:
property ReportBoolProperty^ Reflection {
ReportBoolProperty^ get ();
}
member Reflection : ReportBoolProperty
function get Reflection () : ReportBoolProperty