RadialScale.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 RadialScaleInstance
Get
'Uso
Dim instance As RadialScale
Dim value As RadialScaleInstance
value = instance.Instance
public RadialScaleInstance Instance { get; }
public:
property RadialScaleInstance^ Instance {
RadialScaleInstance^ get ();
}
member Instance : RadialScaleInstance
function get Instance () : RadialScaleInstance
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleInstance
A RadialScaleInstance object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering