Freigeben über


MapLimits.LimitToData-Eigenschaft

Indicates whether to limit the viewport to the data set.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property LimitToData As ReportBoolProperty 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Siehe auch

Verweis

MapLimits Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace