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 MustOverride ReadOnly Property Instance As DataMemberInstance
Get
'Uso
Dim instance As DataMember
Dim value As DataMemberInstance
value = instance.Instance
public abstract DataMemberInstance Instance { get; }
public:
virtual property DataMemberInstance^ Instance {
DataMemberInstance^ get () abstract;
}
abstract Instance : DataMemberInstance
abstract function get Instance () : DataMemberInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataMemberInstance
A DataMemberInstance object.
Consulte também