Propriedade do RDL 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 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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapFieldInstance
A MapFieldInstance object.
Consulte também