Proprietà Instance
Gets the report instance object that contains the calculated values of this report definition object.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Instance As MapDataBoundViewInstance
Get
'Utilizzo
Dim instance As MapDataBoundView
Dim value As MapDataBoundViewInstance
value = instance.Instance
public MapDataBoundViewInstance Instance { get; }
public:
property MapDataBoundViewInstance^ Instance {
MapDataBoundViewInstance^ get ();
}
member Instance : MapDataBoundViewInstance
function get Instance () : MapDataBoundViewInstance
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapDataBoundViewInstance
A MapDataBoundViewInstance object.
Vedere anche