Compartir a través de


MapField.Instance Propiedad

Gets the report instance object that contains the calculated values of this report definition object.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Instance As MapFieldInstance 
    Get
'Uso
Dim instance As MapField 
Dim value As MapFieldInstance 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldInstance
A MapFieldInstance object.

Vea también

Referencia

MapField Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering