Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an instance object that contains the calculated values of this definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Instance As DataValueInstance
Get
'Usage
Dim instance As DataValue
Dim value As DataValueInstance
value = instance.Instance
public DataValueInstance Instance { get; }
public:
property DataValueInstance^ Instance {
DataValueInstance^ get ();
}
member Instance : DataValueInstance
function get Instance () : DataValueInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataValueInstance
A DataValueInstance object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace