Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default width for rendering the report when in an interactive renderer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property InteractiveWidth As ReportSize
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.