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 a Boolean value that indicates whether the entire subreport should be kept together in one page if possible.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property KeepTogether As Boolean
Get
'Uso
Dim instance As SubReport
Dim value As Boolean
value = instance.KeepTogether
public bool KeepTogether { get; }
public:
property bool KeepTogether {
bool get ();
}
member KeepTogether : bool
function get KeepTogether () : boolean
Valor de la propiedad
Tipo: System.Boolean
true if the entire subreport should be kept together in one page if possible; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering