InteractiveWidth プロパティ
対話的なレンダラーでレポートを表示するときの既定の高さです。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property InteractiveWidth As ReportSize
Get
Set
'使用
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)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
ReportSize オブジェクトです。