Table of Contents

Property DataSourceName

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

DataSourceName

Gets or sets the name of the emitted data source. Defaults to "DocWrightDataSource".

public string DataSourceName { get; set; }

Property Value

string

Remarks

For a server report definition this is also the name of the shared data source the report server is asked to resolve; for a client report definition it names a connection to the host's own data and is not resolved against anything.