Propriedade do RDL Size
Indicates the size value for the data point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property Size As ReportExpression
Get
Set
'Uso
Dim instance As ChartDataPointValues
Dim value As ReportExpression
value = instance.Size
instance.Size = value
public ReportExpression Size { get; set; }
public:
property ReportExpression Size {
ReportExpression get ();
void set (ReportExpression value);
}
member Size : ReportExpression with get, set
function get Size () : ReportExpression
function set Size (value : ReportExpression)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.
Consulte também