Width propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
The annotation width.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Width As ReportExpression(Of ReportSize)
Get
Set
'Utilisation
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>)
Valeur de la propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.