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 GaugeTickMarksInstance
Get
'Uso
Dim instance As GaugeTickMarks
Dim value As GaugeTickMarksInstance
value = instance.Instance
public GaugeTickMarksInstance Instance { get; }
public:
property GaugeTickMarksInstance^ Instance {
GaugeTickMarksInstance^ get ();
}
member Instance : GaugeTickMarksInstance
function get Instance () : GaugeTickMarksInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeTickMarksInstance
A GaugeTickMarksInstance object.
Consulte também