ReportItem.Height 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 l'altezza dell'elemento nel rapporto, includendo un designatore di unità come cm, mm, in, pt, o pc.
public:
property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Height { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Height { get; set; }
member this.Height : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Height As ReportSize
Valore della proprietà
Un ReportSize oggetto che contiene l'altezza dell'oggetto nel rapporto.
Commenti
Per ulteriori informazioni su questi designatori di unità, consulta il CSS Length Units Reference.