CustomData.NoRows 属性

Indicates that the CustomData object contains no rows of data.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property NoRows As Boolean 
    Get
用法
Dim instance As CustomData 
Dim value As Boolean 

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

属性值

类型:System.Boolean
A Boolean value indicating that the CustomData object contains no rows of data.

请参阅

参考

CustomData 类

Microsoft.ReportingServices.ReportRendering 命名空间