Udostępnij przez


Właściwość CustomProperty.Instance

Pobiera obiekt wystąpienie raport, który zawiera obliczone wartości tego obiektu definicja raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Instance As CustomPropertyInstance
    Get
'Użycie
Dim instance As CustomProperty
Dim value As CustomPropertyInstance

value = instance.Instance
public CustomPropertyInstance Instance { get; }
public:
property CustomPropertyInstance^ Instance {
    CustomPropertyInstance^ get ();
}
member Instance : CustomPropertyInstance
function get Instance () : CustomPropertyInstance