Compartir a través de


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

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

Valor de la propiedad

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

Vea también

Referencia

MapLineRules Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering