Compartir a través de


MapLimitsInstance.LimitToData Propiedad

Gets the calculated value of the LimitToData property in a MapLimits class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property LimitToData As Boolean 
    Get
'Uso
Dim instance As MapLimitsInstance 
Dim value As Boolean 

value = instance.LimitToData
public bool LimitToData { get; }
public:
property bool LimitToData {
    bool get ();
}
member LimitToData : bool
function get LimitToData () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that represents the calculated value of the LimitToData property.

Vea también

Referencia

MapLimitsInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering