Propriété ImageWidth
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
The width of the cell image.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ImageWidth As ReportExpression(Of Integer)
Get
Set
'Utilisation
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.ImageWidth
instance.ImageWidth = value
public ReportExpression<int> ImageWidth { get; set; }
public:
property ReportExpression<int> ImageWidth {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member ImageWidth : ReportExpression<int> with get, set
function get ImageWidth () : ReportExpression<int>
function set ImageWidth (value : ReportExpression<int>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.