Gets the report instance object that contains the calculated values of this report definition object.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Instance As MapSpatialElementTemplateInstance
Get
'用途
Dim instance As MapSpatialElementTemplate
Dim value As MapSpatialElementTemplateInstance
value = instance.Instance
public MapSpatialElementTemplateInstance Instance { get; }
public:
property MapSpatialElementTemplateInstance^ Instance {
MapSpatialElementTemplateInstance^ get ();
}
member Instance : MapSpatialElementTemplateInstance
function get Instance () : MapSpatialElementTemplateInstance
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElementTemplateInstance
A MapSpatialElementTemplateInstance object that represents the report instance object that contains the calculated values of this report definition object.