SummaryReportRowItemDataCount Property | |
Gets or sets TotalItemCount
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute]
public int Count { get; set; }
public:
[DataMemberAttribute]
property int Count {
int get ();
void set (int value);
}
function get_Count();
function set_Count(value);
Property Value
Type:
Int32See Also