Udostępnij przez


Właściwość ScaleRange.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 ScaleRangeInstance
    Get
'Użycie
Dim instance As ScaleRange
Dim value As ScaleRangeInstance

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