Propriedade Instance
Gets the report instance object that contains the calculated values of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Instance As GaugeLabelInstance
Get
'Uso
Dim instance As GaugeLabel
Dim value As GaugeLabelInstance
value = instance.Instance
public GaugeLabelInstance Instance { get; }
public:
property GaugeLabelInstance^ Instance {
GaugeLabelInstance^ get ();
}
member Instance : GaugeLabelInstance
function get Instance () : GaugeLabelInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeLabelInstance
A GaugeLabelInstance object.
Consulte também