Class
PivotGridXmlaDataProviderCredentials

Specifies a column.

Definition

Constructors

PivotGridXmlaDataProviderCredentials()

Declaration

cs-api-definition
public PivotGridXmlaDataProviderCredentials()

Properties

Domain

Gets or sets the domain for the network credentials will be used.

Declaration

cs-api-definition
[Parameter]
public string Domain { get; set; }

Property Value

string

Password

Gets or sets the password for the network credentials that will be used.

Declaration

cs-api-definition
[Parameter]
public string Password { get; set; }

Property Value

string

Username

Gets or sets the user name for the network credentials that will be used.

Declaration

cs-api-definition
[Parameter]
public string Username { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnAfterRender(bool)

Declaration

cs-api-definition
protected override void OnAfterRender(bool firstRender)

Parameters

firstRender

bool

Overrides ComponentBase.OnAfterRender(bool)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()