Propriedade do RDL MapFieldDefinition.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 MapFieldDefinitionInstance
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinitionInstance
A MapFieldDefinitionInstance object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering