共用方式為


MapLimits.LimitToData 屬性

Indicates whether to limit the viewport to the data set.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property LimitToData As ReportBoolProperty 
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

請參閱

參考

MapLimits 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間