Udostępnij przez


Właściwość MapLimits.LimitToData

Wskazuje, czy ograniczyć wziernika zestaw danych.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property LimitToData As ReportBoolProperty
    Get
'Użycie
Dim instance As MapLimits
Dim value As ReportBoolProperty

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