Partilhar via


Propriedade do RDL ActionDrillthrough.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 ActionDrillthroughInstance 
    Get
'Uso
Dim instance As ActionDrillthrough 
Dim value As ActionDrillthroughInstance 

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

Valor da propriedade

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

Consulte também

Referência

ActionDrillthrough Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering