Propriété PageHeight
Default height for rendering the report in a physical-page oriented renderer.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property PageHeight As ReportSize
Get
Set
'Utilisation
Dim instance As Page
Dim value As ReportSize
value = instance.PageHeight
instance.PageHeight = value
public ReportSize PageHeight { get; set; }
public:
property ReportSize PageHeight {
ReportSize get ();
void set (ReportSize value);
}
member PageHeight : ReportSize with get, set
function get PageHeight () : ReportSize
function set PageHeight (value : ReportSize)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.