Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the default height for rendering the report when in an interactive renderer.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property InteractiveWidth As ReportSize
Get
'Uso
Dim instance As Page
Dim value As ReportSize
value = instance.InteractiveWidth
public ReportSize InteractiveWidth { get; }
public:
property ReportSize^ InteractiveWidth {
ReportSize^ get ();
}
member InteractiveWidth : ReportSize
function get InteractiveWidth () : ReportSize
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering