Propriedade do RDL MapPolygonLayer.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 MapPolygonLayerInstance
Get
'Uso
Dim instance As MapPolygonLayer
Dim value As MapPolygonLayerInstance
value = instance.Instance
public MapPolygonLayerInstance Instance { get; }
public:
property MapPolygonLayerInstance^ Instance {
MapPolygonLayerInstance^ get ();
}
member Instance : MapPolygonLayerInstance
function get Instance () : MapPolygonLayerInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonLayerInstance
A MapPolygonLayerInstance object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering