Propriedade do RDL RadialScale.Instance
Gets the report instance object that contains the calculated values of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleInstance
A RadialScaleInstance object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering