MapLimits.Instance Property
Gets the report instance object that contains the calculated values of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Instance As MapLimitsInstance
Get
'Usage
Dim instance As MapLimits
Dim value As MapLimitsInstance
value = instance.Instance
public MapLimitsInstance Instance { get; }
public:
property MapLimitsInstance^ Instance {
MapLimitsInstance^ get ();
}
member Instance : MapLimitsInstance
function get Instance () : MapLimitsInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLimitsInstance
A ChartTitleInstance object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace