Report.DataSetName Property

Definition

Gets the name of the dataset.

public:
 property System::String ^ DataSetName { System::String ^ get(); };
public string DataSetName { get; }
member this.DataSetName : string
Public ReadOnly Property DataSetName As String

Property Value

A String value containing the name of the dataset.

Remarks

If the report contains a single dataset, this property returns the name of the dataset. If a report contains multiple datasets, this property will be null and the dataset names are retrieved from the data region objects.

Applies to