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 the instance object that contains 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 GaugeCellInstance
Get
'Usage
Dim instance As GaugeCell
Dim value As GaugeCellInstance
value = instance.Instance
public GaugeCellInstance Instance { get; }
public:
property GaugeCellInstance^ Instance {
GaugeCellInstance^ get ();
}
member Instance : GaugeCellInstance
function get Instance () : GaugeCellInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeCellInstance
A GaugeCellInstance object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace