Proprietà Width
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
The annotation width.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property Width As ReportExpression(Of ReportSize)
Get
Set
'Utilizzo
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ReportSize)
value = instance.Width
instance.Width = value
public ReportExpression<ReportSize> Width { get; set; }
public:
property ReportExpression<ReportSize> Width {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member Width : ReportExpression<ReportSize> with get, set
function get Width () : ReportExpression<ReportSize>
function set Width (value : ReportExpression<ReportSize>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Vedere anche