Propriedade do RDL TablixMember.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 TablixMemberInstance
Get
'Uso
Dim instance As TablixMember
Dim value As TablixMemberInstance
value = instance.Instance
public abstract TablixMemberInstance Instance { get; }
public:
virtual property TablixMemberInstance^ Instance {
TablixMemberInstance^ get () abstract;
}
abstract Instance : TablixMemberInstance
abstract function get Instance () : TablixMemberInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixMemberInstance
A TablixMemberInstance object that represents the report instance object that contains the calculated values of this report definition object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering