Compartir a través de


MapLineTemplate.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 MapLineTemplateInstance 
    Get
'Uso
Dim instance As MapLineTemplate 
Dim value As MapLineTemplateInstance 

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

Valor de la propiedad

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

Vea también

Referencia

MapLineTemplate Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering