Table of Contents

Property DataSetName

Namespace
DocWright.Formats.Rdl
Assembly
DocWright.Formats.Rdl.dll

DataSetName

Gets or sets the name of the emitted dataset. Defaults to "DocWrightData".

public string DataSetName { get; set; }

Property Value

string

Remarks

The dataset carries a field list and a query that states no command text, because inventing a query would be inventing data. Merge-field expressions reference fields by name, not by dataset, so renaming this does not invalidate them — but for a client report definition this name is load-bearing in a second way: it is the name the host's ReportDataSource must use.