Proprietà MapFieldDefinition.Instance
Gets the report instance object that contains the calculated values of this report definition object.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Instance As MapFieldDefinitionInstance
Get
'Utilizzo
Dim instance As MapFieldDefinition
Dim value As MapFieldDefinitionInstance
value = instance.Instance
public MapFieldDefinitionInstance Instance { get; }
public:
property MapFieldDefinitionInstance^ Instance {
MapFieldDefinitionInstance^ get ();
}
member Instance : MapFieldDefinitionInstance
function get Instance () : MapFieldDefinitionInstance
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinitionInstance
A MapFieldDefinitionInstance object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering