CustomData.DataSetName Property

Definition

Gets or sets a value that indicates which dataset to use as the source data for this custom report item.

public:
 property System::String ^ DataSetName { System::String ^ get(); void set(System::String ^ value); };
public string DataSetName { get; set; }
member this.DataSetName : string with get, set
Public Property DataSetName As String

Property Value

The name of the dataset to use as the source data for this custom report item.

Applies to