ReportItem.Width Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta la larghezza dell'elemento nel rapporto, includendo un designatore di unità come cm, mm, in, pt, o pc.
public:
property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Width { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Width { get; set; }
member this.Width : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Width As ReportSize
Valore della proprietà
Un ReportSize oggetto che contiene la larghezza dell'elemento nel rapporto.
Commenti
Per maggiori informazioni sui designatori di unità, consulta il CSS Length Units Reference.