Instance Propiedad
Gets the report instance object that contains the calculated values of this report definition object.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Instance As MapColorScaleInstance
Get
'Uso
Dim instance As MapColorScale
Dim value As MapColorScaleInstance
value = instance.Instance
public MapColorScaleInstance Instance { get; }
public:
property MapColorScaleInstance^ Instance {
MapColorScaleInstance^ get ();
}
member Instance : MapColorScaleInstance
function get Instance () : MapColorScaleInstance
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapColorScaleInstance
A MapColorScaleInstance object.
Vea también