Partager via


Propriété Page.InteractiveWidth

Gets or sets the default width for rendering the report when in an interactive renderer.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property InteractiveWidth As ReportSize 
    Get 
    Set
'Utilisation
Dim instance As Page 
Dim value As ReportSize 

value = instance.InteractiveWidth

instance.InteractiveWidth = value
public ReportSize InteractiveWidth { get; set; }
public:
property ReportSize InteractiveWidth {
    ReportSize get ();
    void set (ReportSize value);
}
member InteractiveWidth : ReportSize with get, set
function get InteractiveWidth () : ReportSize 
function set InteractiveWidth (value : ReportSize)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.

Voir aussi

Référence

Page Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel