Condividi tramite


Proprietà ImageWidth

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ImageWidth As ReportIntProperty
    Get
'Utilizzo
Dim instance As ChartLegendCustomItemCell
Dim value As ReportIntProperty

value = instance.ImageWidth
public ReportIntProperty ImageWidth { get; }
public:
property ReportIntProperty^ ImageWidth {
    ReportIntProperty^ get ();
}
member ImageWidth : ReportIntProperty
function get ImageWidth () : ReportIntProperty