HasSharedDataSet Property
In This Topic
Gets a value indicating whether the report has a shared data set.
Syntax
'Declaration
ReadOnly Property HasSharedDataSet As Boolean
bool HasSharedDataSet {get;}
Property Value
true
if the report has a shared data set; otherwise,
false
.
See Also