Właściwość Page.InteractiveWidth
Wysokość domyślna dla raportu w interaktywny mechanizm renderujący renderowania.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property InteractiveWidth As ReportSize
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize obiektu.