Propriedade do RDL ChartDataPointValuesInstance.Size
Gets the calculated value of the Size property in a ChartDataPointValues class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Size As Object
Get
'Uso
Dim instance As ChartDataPointValuesInstance
Dim value As Object
value = instance.Size
public Object Size { get; }
public:
property Object^ Size {
Object^ get ();
}
member Size : Object
function get Size () : Object
Valor da propriedade
Tipo: System.Object
An object that represents the calculated value of the Size property.
Consulte também
Referência
ChartDataPointValuesInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering