Właściwość ReportElement.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 ReportElementInstance
Get
'Użycie
Dim instance As ReportElement
Dim value As ReportElementInstance
value = instance.Instance
public ReportElementInstance Instance { get; }
public:
property ReportElementInstance^ Instance {
ReportElementInstance^ get ();
}
member Instance : ReportElementInstance
function get Instance () : ReportElementInstance
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
A ReportElementInstance obiektu.
Zobacz także